anchorectl airgap
Airgap related operations.
Every command on this page also accepts the global flags.
Subcommands
- airgap feed — Feed related operations
airgap feed
Feed related operations.
anchorectl airgap feed [command]
Subcommands
- airgap feed download — Check for updates to Hosted Feeds and download the latest changes
- airgap feed upload — Upload the specified feedset into Anchore Enterprise
airgap feed download
Check for updates to Hosted Feeds and download the latest changes.
anchorectl airgap feed download [flags]
Flags
| Flag | Type | Environment variable | Default | Required | Description |
|---|---|---|---|---|---|
-f, --file | string | ANCHORECTL_FEEDS_FILE | "" | No | The file path to create or update a feedset archive. |
-k, --key | string | ANCHORECTL_API_KEY | "" | No | The API key to authorize the request. |
-l, --license | string | ANCHORECTL_LICENSE_FILE | "" | No | The path to an Anchore license file. |
-o, --output | string | ANCHORECTL_FORMAT | text | No | The format to show the results. Allowable values: text, json, json-raw. See Output Formats. |
-r, --retries | int | ANCHORECTL_RETRIES | 3 | No | The number of times to retry a failed download. |
airgap feed upload
Upload the specified feedset into Anchore Enterprise.
anchorectl airgap feed upload [flags]
Flags
| Flag | Type | Environment variable | Default | Required | Description |
|---|---|---|---|---|---|
-f, --file | string | ANCHORECTL_INPUT_FILE | "" | Yes | Path to a previously downloaded feedset archive. |
--force | bool | ANCHORECTL_FORCE | false | No | Perform feed upload even if checksums match. |
-o, --output | string | ANCHORECTL_FORMAT | text | No | The format to show the results. Allowable values: text, json, json-raw. See Output Formats. |