@@ -47,14 +47,14 @@ 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 help documentation for a command
50+ - ` --help ` - Prints help documentation
5151- ` --max-old-space-size ` - Set Node's V8 [ ` --max-old-space-size ` ] ( https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib ) option
5252- ` --max-semi-space-size ` - Set Node's V8 [ ` --max-semi-space-size ` ] ( https://nodejs.org/api/cli.html#--max-semi-space-sizesize-in-mib ) option
5353- ` --version ` - Prints the Socket CLI version
5454
5555## Configuration files
5656
57- The CLI reads and uses data from a
57+ Socket CLI reads and uses data from a
5858[ ` socket.yml ` file] ( https://docs.socket.dev/docs/socket-yml ) in the folder you
5959run it in. It supports the version 2 of the ` socket.yml ` file format and makes
6060use of the ` projectIgnorePaths ` to excludes files when creating a report.
@@ -97,14 +97,11 @@ npm exec socket
9797- ` SOCKET_CLI_DEBUG ` - Enable debug logging in Socket CLI
9898- ` DEBUG ` - Enable debug logging based on the [ ` debug ` ] ( https://socket.dev/npm/package/debug ) package
9999
100- ## Similar projects
101-
102- - [ ` @socketsecurity/sdk ` ] ( https://github.com/SocketDev/socket-sdk-js ) - The SDK used by Socket CLI
103-
104100## See also
105101
106102- [ Announcement blog post] ( https://socket.dev/blog/announcing-socket-cli-preview )
107103- [ Socket API Reference] ( https://docs.socket.dev/reference ) - The API used by Socket CLI
108104- [ Socket GitHub App] ( https://github.com/apps/socket-security ) - The plug-and-play GitHub App
105+ - [ ` @socketsecurity/sdk ` ] ( https://github.com/SocketDev/socket-sdk-js ) - The SDK used by Socket CLI
109106
110107[ Socket.dev ] : https://socket.dev/
0 commit comments