anchorectl repo

Repository related operations.

Every command on this page also accepts the global flags.

Subcommands

repo add

Add repository to watch.

anchorectl repo add REPOSITORY [flags]

Arguments

ArgumentDescription
REPOSITORYFull repository to add e.g. docker.io/library/alpine.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
--auto-subscribeboolANCHORECTL_REPO_AUTO_SUBSCRIBEfalseNoEnable/disable auto tag_update activation when new images from a repo are added.
--dry-runboolANCHORECTL_REPO_DRY_RUNfalseNoReturn tags in the repository without actually watching the repository.
--exclude-existing-tagsboolANCHORECTL_REPO_EXCLUDE_EXISTING_TAGSfalseNoIndicates if you want to ignore the existing tags in the repository on the first execution.
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

repo delete

Delete a repository subscription.

anchorectl repo delete REPOSITORY [flags]

Aliases: del

Arguments

ArgumentDescription
REPOSITORYFull repository e.g. docker.io/library/alpine.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

repo get

Get a specific repository subscription.

anchorectl repo get REPOSITORY [flags]

Arguments

ArgumentDescription
REPOSITORYFull repository e.g. docker.io/library/alpine.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

repo list

List all repository subscriptions.

anchorectl repo list [flags]

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.
--repositorystringANCHORECTL_REPOSITORY_NAME""NoFilter only subscriptions matching the repository.

repo unwatch

Stop watching a specific repository.

anchorectl repo unwatch REPOSITORY [flags]

Arguments

ArgumentDescription
REPOSITORYFull repository e.g. docker.io/library/alpine.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.

repo watch

Start watching a specific repository.

anchorectl repo watch REPOSITORY [flags]

Arguments

ArgumentDescription
REPOSITORYFull repository e.g. docker.io/library/alpine.

Flags

FlagTypeEnvironment variableDefaultRequiredDescription
-o, --outputstringANCHORECTL_FORMATtextNoThe format to show the results. Allowable values: text, json, json-raw, id. See Output Formats.
Last modified September 22, 2026