schema-registry-gitops
schema-registry-gitops copied to clipboard
add download subcommand
It should download a subjects last schema version from the registry like this:
schema-registry-gitops download --registry http://localhost:8081 User-value -o User.avsc
CLI switches:
-
-o
path to output file, will be replaced if it exists, default isstdout
-
--registry
like other subcommands