@@ -13,22 +13,19 @@ describe('socket root command', async () => {
1313 "CLI for Socket.dev
1414
1515 Usage
16-
1716 $ socket <command>
1817 $ socket scan create --json
1918 $ socket package score npm lodash --markdown
2019
21- ( Note: All commands have their own --help)
20+ Note: All commands have their own --help
2221
2322 Main commands
24-
2523 socket login Setup Socket CLI with an API token and defaults
2624 socket scan create Create a new Socket scan and report
2725 socket npm/lodash@4.17.21 Request the Socket score of a package
2826 socket ci Shorthand for \`socket scan create --report --no-interactive\`
2927
3028 Socket API
31-
3229 analytics Look up analytics data
3330 audit-log Look up the audit log for an organization
3431 organization Manage Socket organization account details
@@ -38,7 +35,6 @@ describe('socket root command', async () => {
3835 threat-feed [Beta] View the threat feed
3936
4037 Local tools
41-
4238 fix Update dependencies with "fixable" Socket alerts
4339 manifest Generate a dependency manifest for certain ecosystems
4440 npm Run npm with the Socket wrapper
@@ -48,7 +44,6 @@ describe('socket root command', async () => {
4844 raw-npx Run npx without the Socket wrapper
4945
5046 CLI configuration
51-
5247 config Manage Socket CLI configuration
5348 install Install Socket CLI tab completion
5449 login Socket API login and CLI setup
@@ -57,7 +52,7 @@ describe('socket root command', async () => {
5752 wrapper Enable or disable the Socket npm/npx wrapper
5853
5954 Options
60- ( Note: All commands have these flags even when not displayed in their help)
55+ Note: All commands have these flags even when not displayed in their help
6156
6257 --config Override the local config with this JSON
6358 --dry-run Do input validation for a command and exit 0 when input is ok
@@ -67,7 +62,6 @@ describe('socket root command', async () => {
6762 --version Print the app version
6863
6964 Environment variables
70-
7165 SOCKET_CLI_ACCEPT_RISKS Accept risks of a safe-npm or safe-npx run
7266 SOCKET_CLI_API_TOKEN Set the Socket API token
7367 SOCKET_CLI_CONFIG A JSON stringified Socket configuration object
@@ -83,7 +77,6 @@ describe('socket root command', async () => {
8377 SOCKET_CLI_VIEW_ALL_RISKS View all risks of a safe-npm or safe-npx run
8478
8579 Environment variables for development
86-
8780 SOCKET_CLI_API_BASE_URL Change the base URL for all API-calls
8881 Defaults: The "apiBaseUrl" value of socket/settings local app data
8982 if present, else https://api.socket.dev/v0/
0 commit comments