gt@2.15.0
Minor Changes
- #1920
f2c196bThanks @JoshKappler! - Add a global--quiet/-qflag to the CLI that suppresses informational output. Under--quietthe CLI drops the info/step/success/spinner chatter and the ASCII banner in both the default andGT_LOG_FORMAT=jsonpaths, while warnings, errors, exit codes, and command results stay the same. In JSON mode the remaining output keeps its shape: only info/debug/trace lines are dropped, and warn/error and above still print. The flag takes precedence overGT_LOG_LEVELwithout lowering an already-more-restrictive level, and interactive prompts still run when a command genuinely needs input.
Patch Changes
-
#1889
29cd6b8Thanks @bgub! - AllowawaitJobs()to poll job IDs directly and reuse that shared polling implementation for CLI and Sanity project setup. -
#1886
7cb2dfeThanks @bgub! - Flatten the CLI workflow step lifecycle by folding completion behavior into each step'srun()method and removing the unused shared step protocol. -
Updated dependencies [
29cd6b8,e55aaa9]:- generaltranslation@9.0.5
- @generaltranslation/icu@0.1.1
- @generaltranslation/python-extractor@0.2.32
- @generaltranslation/supported-locales@2.1.12
- @generaltranslation/format@0.1.4