Skip to content

Commit f9fe7d6

Browse files
committed
Add more flags to readme
1 parent c593a56 commit f9fe7d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ All aliases support the flags and arguments of the commands they alias.
4747

4848
- `--dry-run` - Run a command without uploading anything.
4949
- `--debug` - Output additional debug.
50-
- `--help` - Prints the help for a command.
50+
- `--help` - Prints help documentation for a command.
51+
- `--max-old-space-size` - Set Node's [`--max-old-space-size`](https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib) value.
52+
- `--max-semi-space-size` - Set Node's [`--max-semi-space-size`](https://nodejs.org/api/cli.html#--max-semi-space-sizesize-in-mib) value.
5153
- `--version` - Prints the Socket CLI version.
5254

5355
## Configuration files
@@ -62,9 +64,9 @@ use of the `projectIgnorePaths` to excludes files when creating a report.
6264
- `SOCKET_CLI_ACCEPT_RISKS` - Accept risks of a safe-npm and safe-npx run.
6365
- `SOCKET_CLI_API_TOKEN` - Set the Socket API token.
6466
- `SOCKET_CLI_CONFIG` - A JSON stringified Socket configuration object.
65-
- `SOCKET_CLI_GIT_USER_EMAIL` - The git config user.email used by Socket CLI.<br>
67+
- `SOCKET_CLI_GIT_USER_EMAIL` - The git config `user.email` used by Socket CLI.<br>
6668
*Defaults:* `github-actions[bot]@users.noreply.github.com`<br>
67-
- `SOCKET_CLI_GIT_USER_NAME` - The git config user.name used by Socket CLI.<br>
69+
- `SOCKET_CLI_GIT_USER_NAME` - The git config `user.name` used by Socket CLI.<br>
6870
*Defaults:* `github-actions[bot]`<br>
6971
- `SOCKET_CLI_GITHUB_TOKEN` - A classic [GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with the "repo" scope or a fine-grained access token with at least read/write permissions set for "Contents" and "Pull Request".<br>
7072
*Aliases:* `GITHUB_TOKEN`<br>

0 commit comments

Comments
 (0)