Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M4
-
None
Description
It is frustrating, before a whiz bang GUI console becomes available, to have to start DebugConsole each time one needs to find out if a configuration has silently failed.
Since the deployer already has a list-modules command, showing all the configurations, it would be ideal to have the state of the configuration listed as a column next to the ids.
The typical use-case today is -> 1. try to deploy 2. deployment failed, don't know why 3. startup DebugConsole 4. find a browser to see the DebugConsole UI 5. determine that dependent config has stopped 6. start dependent config 7. goto 1
With the status added -> 1. try to deploy 2. deployment failed, don't know why 3. list-modules with deployer and determine dependent module has stopped 4. start dependent config 5. goto 1