Skip to content

Commit f26d093

Browse files
authored
Update local-jobs.md
Add documentation for updating, help, and using a specific checkout key.
1 parent f7039c7 commit f26d093

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

jekyll/_cci2/local-jobs.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ Test locally to quickly retry configurations such as connecting on different por
4848

4949
If a project has been configured to run on CircleCI, you can simply clone the repo and run the `circleci build` command to get set up quickly with the same environment as your team.
5050

51+
### Using a specific checkout key for a local build
52+
53+
You can use a specific Git checkout key for your local build with `circleci build --checkout-key string`. The default key is "~/.ssh/id_rsa" on your local system.
54+
55+
### Updating the tool
56+
57+
You can update your local build tool with `circleci update`.
58+
59+
### Checking for available options
60+
61+
As we update the local tool regularly, there may be options for a command that aren't documented here. You can check for these options with `circleci help <command>`.
62+
5163
## Limitations
5264

5365
Although running jobs locally with `circleci` is very helpful, there are some limitations.

0 commit comments

Comments
 (0)