The deploy commands currently have -v/-vv for increasing verbosity, but no way to go the other direction. The default output is fairly chatty, and in scripting/CI contexts most of it is noise.
Add an opt-in --quiet flag to the deploy subcommands. When set:
- Suppress the step feedback lines and the streamed server task log
- Print only the final content URL on stdout
- Errors still go to stderr, and on deploy failure the server task log (or at least a tail of it) is still emitted.
The deploy commands currently have
-v/-vvfor increasing verbosity, but no way to go the other direction. The default output is fairly chatty, and in scripting/CI contexts most of it is noise.Add an opt-in --quiet flag to the deploy subcommands. When set: