Provide a global --silent flag that suppresses all output to stderr and stdout generated before the primary command output.
Use Case
AGC has a --verbose flag but not a symmetric --silent flag. When writing automation scripts that use AGC, the "info" level outputs from AGC add unnecessary noise to logs that would be collected.
Proposed Solution
Examples without --silent:
deploy context
$ agc context deploy spotCtx
2021-12-10T23:34:33Z � New version of agc available. Current version is '1.1.1'. The latest version is '1.1.2'
2021-12-10T23:34:33Z � Deploying context(s)
Deploying resources for context 'spotCtx'... [____________________________________________________________________________________]6.6s
Description
Provide a global
--silent
flag that suppresses all output tostderr
andstdout
generated before the primary command output.Use Case
AGC has a
--verbose
flag but not a symmetric--silent
flag. When writing automation scripts that use AGC, the "info" level outputs from AGC add unnecessary noise to logs that would be collected.Proposed Solution
Examples without
--silent
:deploy context
workflow status
Examples With
--silent
:deploy context
workflow status
Other information