Releases
v0.5.9
Registry tool improvements (preview)
registry get
now lists resources and returns them in a YAML format when the -o yaml
option is provided.
registry apply
can be used to apply YAML files returned by registry get
to the registry.
registry export PROJECT
can be used to write the entire contents of a registry to a local directory of YAML files.
Changelog
c09afa9 Extend the patch
package used by registry apply
to support lists returned by registry get
(#939 )
ab60a5e fix copyright notices (#938 )
fd1247b add registry rules for Api (#935 )
aeaeb36 Add yaml tests for score/conformance protos (#931 )
c075813 Fix some previously-undetected style concerns in registry check
flags. (#930 )
87fe83d Remove the "registry upload bulk" subcommand, moving its contents up to "registry upload". (#928 )
bd04009 move csv test data from "testdata" to "testdata/csv" (#927 )
c01139e remove "registry upload spec"; it is covered by bulk uploaders and registry apply (#925 )
ce24435 Add a test to verify that command metadata conforms to expectations. (#918 )
eeae9c1 add version.PrimarySpec to patch (#924 )
bebd717 Move "registry export yaml" to "registry export" (#921 )
1c24813 Fix lint warnings (#922 )
5589dda Remove registry export csv
subcommand (moved to registry-experimental). (#920 )
0f01d2f Improvements to registry delete
(#910 )
98c9c9a Update registry get
errors to "unsupported pattern" (#916 )
e027509 Remove redundant print of errors - cobra prints errors so we don't need to (#915 )
456a48f Remove registry list
command (#908 )
999c1e1 Improve registry get
to include listing capabilities and yaml output. (#896 )
17331c7 Fix patterns for revision collection names. (#912 )
0fae722 registry check (#904 )
62f428a Remove calls to deprecated SetOutput method (#906 )
fd78bbb add getContents flag to ListSpecs and ListSpecRevisions (#903 )
ea8af99 Increase timeout to 60s. (#900 )
268e07f Remove upload commands for artifacts, manifests, and styleguides. (#899 )
8d7067e Set command output in yaml export tests to keep tests from being too noisy. (#895 )
You can’t perform that action at this time.