anchorectl airgap

Airgap related operations.

Every command on this page also accepts the global flags.

Subcommands

airgap feed

Feed related operations.

anchorectl airgap feed [command]

Subcommands

airgap feed download

Check for updates to Hosted Feeds and download the latest changes.

anchorectl airgap feed download [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-f, --filestringANCHORECTL_FEEDS_FILE""NoThe file path to create or update a feedset archive.
-k, --keystringANCHORECTL_API_KEY""NoThe API key to authorize the request.
-l, --licensestringANCHORECTL_LICENSE_FILE""NoThe path to an Anchore license file.
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw. See Output Formats.
-r, --retriesintANCHORECTL_RETRIES3NoThe number of times to retry a failed download.

airgap feed upload

Upload the specified feedset into Anchore Enterprise.

anchorectl airgap feed upload [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-f, --filestringANCHORECTL_INPUT_FILE""YesPath to a previously downloaded feedset archive.
--forceboolANCHORECTL_FORCEfalseNoPerform feed upload even if checksums match.
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw. See Output Formats.
Last modified September 22, 2026