calm-dsl
calm-dsl copied to clipboard
Show more details in the describe app command
Currently, calm describe app <name>
shows the application summary. It should also show service/deployment level details as exposed in the UI.
The workaround right now is to use calm describe app <name> --out json
to get the whole json and parse it manually.