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

feat: group create, get, list command #1849

Open SafarMirek opened 1 year ago

SafarMirek commented 1 year ago

This PR adds group command to service-registry part of cli tool. Group actions were added in service-registry API and this PR adds there features to the CLI.

Verification Steps

  1. Use rhoas service-registry group list to see list of existing groups
  2. Create new group using rhoas service-registry group create
  3. Use rhoas service-registry group list to see if group created in 2 is there
  4. Use rhoas service-registry group get to get metadata of the created group

Type of change