Skip to content

Add a --quiet flag to deploy commands #827

Description

@joshyam-k

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions