Open spalladino opened 6 years ago
CLI output is currently overly verbose (and green). It may be confusing or even scary to an end user. For instance, the first occurrence of a zos push generates over a dozen lines of output.
zos push
We should review the CLI output in general.
Related to #260.
Consider using listr for better output on tasks (aragon-cli is currently using it).
CLI output is currently overly verbose (and green). It may be confusing or even scary to an end user. For instance, the first occurrence of a
zos push
generates over a dozen lines of output.We should review the CLI output in general.
Related to #260.