Support local execution of workflows in the CLI
L
Laurent Raufaste
While individual jobs can be executed locally, the ability to run an entire workflow does not exist.
E
Eddie
Update: While complete workflows are still not supported, you can pass parameters during the config process step prior to running an individual job.
circleci config process .circleci/config.yml --pipeline-parameters my-params.json > processed.yml
circleci local execute -c processed.yml <job-name>
E
Eddie
Update: While complete workflows are still not supported, you can pass parameters during the config process step prior to running an individual job.
circleci config process .circleci/config.yml --pipeline-parameters my-params.json > processed.yml
circleci local execute -c processed.yml <job-name>
N
Nick Palmer
At least give us the ability to set pipeline parameters from the CLI. As it is a parameterized job cannot be easily called from the command line exec of the job, making development of workflows challenging.
C
Cam Saul
This would be extremely useful!