From d524cc59740e5fee3e2d98ec123090b42ea0829f Mon Sep 17 00:00:00 2001 From: circleci Date: Mon, 11 Dec 2023 14:59:22 +0000 Subject: [PATCH] Deploy to GitHub pages [ci skip] --- circleci_local_execute.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 @@

Synopsis

Run a job in a container on the local machine

circleci local execute <job-name> [flags]

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

Flags inherited from parent commands

      --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)