Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Dec 18, 2024
1 parent a1804a8 commit 082ac40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/commands/phylum_exception_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Usage: phylum exception add [OPTIONS] <--group <GROUP_NAME>|--project <PROJECT_N
`-p`, `--project` `<PROJECT_NAME>`
&emsp; Project to add exceptions to

`-e`, `--ecosystem` `<ECOSYSTEM>`
&emsp; Ecosystem of the package to add an exception for
&emsp; Accepted values: `npm`, `rubygems`, `pypi`, `maven`, `nuget`, `golang`, `cargo`
`--package-type` `<PACKAGE_TYPE>`
&emsp; Package type of the package to add an exception for
&emsp; Accepted values: `npm`, `gem`, `pypi`, `maven`, `nuget`, `golang`, `cargo`

`-n`, `--name` `<PACKAGE_NAME>`
&emsp; Name and optional namespace of the package to add an exception for
&emsp; Fully qualified name of the package to add an exception for

`--version` `<VERSION>`
&emsp; Version of the package to add an exception for
Expand Down
12 changes: 6 additions & 6 deletions docs/commands/phylum_exception_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Usage: phylum exception remove [OPTIONS] <--group <GROUP_NAME>|--project <PROJEC
## Options

`-g`, `--group` `<GROUP_NAME>`
&emsp; Group to add exception to
&emsp; Group to remove exception from

`-p`, `--project` `<PROJECT_NAME>`
&emsp; Project to add exceptions to
&emsp; Project to remove exceptions from

`-e`, `--ecosystem` `<ECOSYSTEM>`
&emsp; Ecosystem of the exception which should be removed
&emsp; Accepted values: `npm`, `rubygems`, `pypi`, `maven`, `nuget`, `golang`, `cargo`
`--package-type` `<PACKAGE_TYPE>`
&emsp; Package type of the exception which should be removed
&emsp; Accepted values: `npm`, `gem`, `pypi`, `maven`, `nuget`, `golang`, `cargo`

`-n`, `--name` `<PACKAGE_NAME>`
&emsp; Package name and optional namespace of the exception which should be removed
&emsp; Fully qualified package name of the exception which should be removed

`--version` `<VERSION>`
&emsp; Package version of the exception which should be removed
Expand Down
8 changes: 4 additions & 4 deletions docs/commands/phylum_firewall_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Usage: phylum firewall log [OPTIONS] <GROUP_NAME>
`-j`, `--json`
&emsp; Produce output in json format (default: false)

`--ecosystem` `<ECOSYSTEM>`
&emsp; Only show logs matching this ecosystem
&emsp; Accepted values: `npm`, `rubygems`, `pypi`, `maven`, `nuget`, `cargo`
`--package-type` `<PACKAGE_TYPE>`
&emsp; Only show logs matching this package type
&emsp; Accepted values: `npm`, `gem`, `pypi`, `maven`, `nuget`, `cargo`

`--package` `<PURL>`
`--purl` `<PURL>`
&emsp; Only show logs matching this PURL

`--action` `<ACTION>`
Expand Down

0 comments on commit 082ac40

Please sign in to comment.