Skip to content
Pricing
Search
Results from:
Site
0
Blog
0
Docs
0
Images
0
Orbs
0
Resources
0
Site
0

No results for site

Blog
0

No results for blog

Docs
0

No results for docs

Images
0

No results for images

Orbs
0

No results for orbs

Resources
0

No results for resources

View entire changelog

Ability to test run pipelines with local config files via the CircleCI CLI

Enhancement

circleci pipeline run now lets you test run pipelines using local, unversioned configuration files directly from the CircleCI CLI. This enables you to validate config changes before committing them to version control. Run circleci pipeline run -h for instructions.

To run a pipeline with a local config file, you’ll need to enable “Allow triggering pipelines with unversioned config” in Organization Settings > Advanced.

>Previous changes