@@ -47,14 +47,14 @@ All aliases support the flags and arguments of the commands they alias.
47
47
48
48
- ` --dry-run ` - Run a command without uploading anything
49
49
- ` --debug ` - Output additional debug
50
- - ` --help ` - Prints help documentation for a command
50
+ - ` --help ` - Prints help documentation
51
51
- ` --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
52
52
- ` --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
53
53
- ` --version ` - Prints the Socket CLI version
54
54
55
55
## Configuration files
56
56
57
- The CLI reads and uses data from a
57
+ Socket CLI reads and uses data from a
58
58
[ ` socket.yml ` file] ( https://docs.socket.dev/docs/socket-yml ) in the folder you
59
59
run it in. It supports the version 2 of the ` socket.yml ` file format and makes
60
60
use of the ` projectIgnorePaths ` to excludes files when creating a report.
@@ -97,14 +97,11 @@ npm exec socket
97
97
- ` SOCKET_CLI_DEBUG ` - Enable debug logging in Socket CLI
98
98
- ` DEBUG ` - Enable debug logging based on the [ ` debug ` ] ( https://socket.dev/npm/package/debug ) package
99
99
100
- ## Similar projects
101
-
102
- - [ ` @socketsecurity/sdk ` ] ( https://github.com/SocketDev/socket-sdk-js ) - The SDK used by Socket CLI
103
-
104
100
## See also
105
101
106
102
- [ Announcement blog post] ( https://socket.dev/blog/announcing-socket-cli-preview )
107
103
- [ Socket API Reference] ( https://docs.socket.dev/reference ) - The API used by Socket CLI
108
104
- [ 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
109
106
110
107
[ Socket.dev ] : https://socket.dev/
0 commit comments