Feature or enhancement request details
Tasks:
Right now these leaf commands do not have --debug:
- build
- registry login
- default unset
- default inspect
- volume [*]
- builder [*]
- system dns [*]
- system stop
- system status
- system kernel set
- help
Perhaps we can look at #360 as well while attending to this one.
Code of Conduct
Feature or enhancement request details
Tasks:
--debugis available every that it makes sense.--debugbelongs appear in consistent order relative to other options across all subcommands.--debugdoes appear, it provides clear and actionable output. If the debug output does appears elsewhere than the CLI output (e.g. OS logs), the CLI informs the user where the debug output can be found.CONTAINER_DEBUGenvironment variable is truthy, debug is enabled.CONTAINER_DEBUGincluded in help text for debug everywhere (or consider removing it everywhere if we switch to using env variables instead of user defaults for settings). At present all commands seem to display it exceptsystem start.Right now these leaf commands do not have
--debug:Perhaps we can look at #360 as well while attending to this one.
Code of Conduct