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
*`socket info <package@version>` - looks up issues for a package
24
-
*`socket report create` - uploads the specified `package.json` and/or `package-lock.json` to create a report on [socket.dev](https://socket.dev/). If only one of a `package.json`/`package-lock.json` has been specified, the other will be automatically found and uploaded if it exists
25
+
*`socket report create <path(s)-to-folder-or-file>` - uploads the specified `package.json` and/or `package-lock.json` to create a report on [socket.dev](https://socket.dev/). If only one of a `package.json`/`package-lock.json` has been specified, the other will be automatically found and uploaded if it exists
26
+
*`socket report view <report-id>` - looks up issues and scores from a report
25
27
26
28
## Flags
27
29
28
-
### Action flags
30
+
### Command specific flags
29
31
30
-
*`--dry-run` - the `socket report create`supports running the command without actually uploading anything. All CLI tools that perform an action should have a dry run flag
32
+
*`--view` - when set on `socket report create` the command will immediately do a `socket report view` style view of the created report, waiting for the server to complete it
*`--dry-run` - like all CLI tools that perform an action should have, we have a dry run flag. Eg. `socket report create` supports running the command without actually uploading anything
39
42
*`--debug` - outputs additional debug output. Great for debugging, geeks and us who develop. Hopefully you will never _need_ it, but it can still be fun, right?
40
43
*`--help` - prints the help for the current command. All CLI tools should have this flag
41
44
*`--version` - prints the version of the tool. All CLI tools should have this flag
0 commit comments