I am programmatically creating a new CircleCI configuration file (to test a newly published Orb). I would like to execute a new job with the new configuration.
I have tried using:
-
orb-tools/local-test-build
command - Manually invoked
circleci local execute -c path/to/new/config.yml
- Manually invoked
circleci execute -c path/to/new/config.yml
However. it seems that none of these utility methods work.
Is the CLI suppose to support executing new jobs while in a CI job? I think I may be misunderstanding the use-cases for the CLI.