Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Implement catalog plan subcommand #24

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

FYI, this will follow the new command format from #25 since it's brand spankin' new.

$ svc-cat get plans
# output should include Name, Class, Description and UUID
$ svc-cat get plan <name>
# output will match the list above but will only have a single result in the table
$ svc-cat describe plan <name>
# output will match new `describe` format
# output will include child bindings
carolynvs commented 6 years ago

Fixed by #29