Skip to content

Commit d524cc5

Browse files
Deploy to GitHub pages [ci skip]
1 parent 3f3a17b commit d524cc5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

circleci_local_execute.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@ <h3 id="synopsis">Synopsis</h3>
2121
<p>Run a job in a container on the local machine</p>
2222
<pre><code>circleci local execute &lt;job-name&gt; [flags]</code></pre>
2323
<h3 id="flags">Flags</h3>
24-
<pre><code> --branch string Git branch
24+
<pre><code> --branch string git branch
2525
--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: &#39;{&quot;LatestSha256&quot;:&quot;&lt;version-of-build-agent&gt;&quot;}&#39;
26-
--checkout-key string Git Checkout key (default &quot;~/.ssh/id_rsa&quot;)
26+
--checkout-key string git checkout key (default &quot;~/.ssh/id_rsa&quot;)
2727
-c, --config string config file (default &quot;.circleci/config.yml&quot;)
28-
--docker-socket-path string Path to the host&#39;s docker socket (default &quot;/var/run/docker.sock&quot;)
29-
-e, --env -e VAR=VAL Set environment variables, e.g. -e VAR=VAL
28+
--docker-socket-path string path to the host&#39;s docker socket (default &quot;/var/run/docker.sock&quot;)
29+
-e, --env -e VAR=VAL set environment variables, e.g. -e VAR=VAL
3030
-h, --help help for execute
3131
--index int node index of parallelism
3232
--node-total int total number of parallel nodes (default 1)
3333
--org-id string organization id, used when a config depends on private orbs belonging to that org
3434
-o, --org-slug string organization slug (for example: github/example-org), used when a config depends on private orbs belonging to that org
35-
--repo-url string Git Url
36-
--revision string Git Revision
35+
--repo-url string git URL
36+
--revision string git revision
3737
--skip-checkout use local path as-is (default true)
38-
-v, --volume stringArray Volume bind-mounting</code></pre>
38+
--temp-dir string path to local directory to store temporary config files
39+
-v, --volume stringArray volume bind-mounting</code></pre>
3940
<h3 id="flags-inherited-from-parent-commands">Flags inherited from parent commands</h3>
4041
<pre><code> --host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default &quot;https://circleci.com&quot;)
4142
--skip-update-check Skip the check for updates check run before every command. (default true)

0 commit comments

Comments
 (0)