cli-property-manager
cli-property-manager copied to clipboard
Enhancement: add --debug, and refine verbose
Today if you add the --verbose flag for example when creating a new pipeline, you will see debug information (hundreds of lines).
I think it will be much more user friendly to rename the code from --verbose into --debug and create a new "verbose" function that just prints summary information (under 10 lines)
I think this is good advice. We would need to re-evaluate what we log as "info" and what we log as "debug"