Skip to main content

rhoas_service-registry

rhoas service-registry#

[beta] Service Registry commands

Synopsis#

Manage and interact with your Service Registry instances directly from the command line.

Create new Service Registry instances and interact with them by adding schema and API artifacts and downloading them to your computer.

Commands are divided into the following categories:

  • instance management commands: create, list, and so on
  • commands executed on selected instance: artifacts
  • "use" command that selects the current instance

This command is available as part of the Development Preview release.

Examples#

## Create Service Registry instancerhoas service-registry create --name myregistry
## List Service Registry instancesrhoas service-registry list 

Options inherited from parent commands#

  -h, --help      Show help for a command  -v, --verbose   Enable verbose mode

SEE ALSO#