Overview of new CircleCI CLI v1.x commands
mainThe v1.x preview release introduces several new command groups for managing CI/CD workflows directly from the terminal:
circleci run: Full pipeline run management. Includeslist,get,trigger,cancel, andwatch. Therun watchcommand blocks until a run completes and exits with a status code reflecting the result, useful for CI gating scripts.circleci deploy: View deployed components and versions across environments; initializes CircleCI Deploys.circleci dlc purge: Invalidates Docker layer caching for a project to force fresh image builds.circleci workflow: List, inspect, cancel, and rerun individual workflows.circleci pipeline: List and inspect pipelines.circleci envvar: Manage project environment variables.--jsonflag: Supported by every data-returning command for machine-readable, scriptable output.circleci completion: Provides Bash and Zsh shell completions.