redhat-developer / app-services-cli

Command Line Interface for RHOAS
https://redhat-developer.github.io/app-services-website/
Apache License 2.0
41 stars 72 forks source link

fix(service-registry artifact): provide content type for export #1782

Closed rkpattnaik780 closed 1 year ago

rkpattnaik780 commented 1 year ago

Closes #1774

Verification Steps

  1. Run the command to export all artifacts in a service-registry
    rhoas service-registry artifact export --output-file export.zip
  2. It should create a new zip folder export.zip with all artifacts present in the Service Registry instance.

Type of change