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
| -h | --help | False || Show the CLI help message |
22
-
| --api_token|| False || Provides the Socket API Token |
22
+
| --api-token|| False || Provides the Socket API Token |
23
23
| --repo || True || The string name in a git approved name for repositories. |
24
24
| --branch || False || The string name in a git approved name for branches. |
25
25
| --committer || False || The string name of the person doing the commit or running the CLI. Can be specified multiple times to have more than one committer |
26
-
| --pr_number|| False | 0 | The integer for the PR or MR number |
27
-
| --commit_message|| False || The string for a commit message if there is one |
28
-
| --default_branch|| False | False | If the flag is specified this will signal that this is the default branch. This needs to be enabled for a report to update Org Alerts and Org Dependencies |
29
-
| --target_path|| False | ./ | This is the path to where the manifest files are location. The tool will recursively search for all supported manifest files |
26
+
| --pr-number|| False | 0 | The integer for the PR or MR number |
27
+
| --commit-message|| False || The string for a commit message if there is one |
28
+
| --default-branch|| False | False | If the flag is specified this will signal that this is the default branch. This needs to be enabled for a report to update Org Alerts and Org Dependencies |
29
+
| --target-path|| False | ./ | This is the path to where the manifest files are location. The tool will recursively search for all supported manifest files |
30
30
| --scm || False | api | This is the mode that the tool is to run in. For local runs `api` would be the mode. Other options are `gitlab` and `github`|
31
31
| --generate-license || False | False | If this flag is specified it will generate a json file with the license per package and license text in the current working directory |
32
32
| --version | -v | False || Prints the version and exits |
0 commit comments