You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/local-jobs.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,18 @@ Test locally to quickly retry configurations such as connecting on different por
48
48
49
49
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.
50
50
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
+
51
63
## Limitations
52
64
53
65
Although running jobs locally with `circleci` is very helpful, there are some limitations.
0 commit comments