diff --git a/circleci_local_execute.html b/circleci_local_execute.html index 8f1a6c81b..61fe55feb 100644 --- a/circleci_local_execute.html +++ b/circleci_local_execute.html @@ -21,21 +21,22 @@
Run a job in a container on the local machine
circleci local execute <job-name> [flags]
--branch string Git branch
+ --branch string git branch
--build-agent-version string The version of the build agent image you want to use. This can be configured by writing in $HOME/.circleci/build_agent_settings.json: '{"LatestSha256":"<version-of-build-agent>"}'
- --checkout-key string Git Checkout key (default "~/.ssh/id_rsa")
+ --checkout-key string git checkout key (default "~/.ssh/id_rsa")
-c, --config string config file (default ".circleci/config.yml")
- --docker-socket-path string Path to the host's docker socket (default "/var/run/docker.sock")
- -e, --env -e VAR=VAL Set environment variables, e.g. -e VAR=VAL
+ --docker-socket-path string path to the host's docker socket (default "/var/run/docker.sock")
+ -e, --env -e VAR=VAL set environment variables, e.g. -e VAR=VAL
-h, --help help for execute
--index int node index of parallelism
--node-total int total number of parallel nodes (default 1)
--org-id string organization id, used when a config depends on private orbs belonging to that org
-o, --org-slug string organization slug (for example: github/example-org), used when a config depends on private orbs belonging to that org
- --repo-url string Git Url
- --revision string Git Revision
+ --repo-url string git URL
+ --revision string git revision
--skip-checkout use local path as-is (default true)
- -v, --volume stringArray Volume bind-mounting
+ --temp-dir string path to local directory to store temporary config files
+ -v, --volume stringArray volume bind-mounting
--host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
--skip-update-check Skip the check for updates check run before every command. (default true)