schema-registry-gitops icon indicating copy to clipboard operation
schema-registry-gitops copied to clipboard

add download subcommand

Open domnikl opened this issue 4 years ago • 0 comments

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 is stdout
  • --registry like other subcommands

domnikl avatar Jan 15 '21 08:01 domnikl