Paradoc
CLICommandsregistry

registry remove

Last updated on

Remove a registry configuration

Remove a registry configuration.

Usage

para registry remove <namespace> [options]
para registry rm <namespace> [options]

Arguments

ArgumentDescription
namespaceRegistry namespace to remove

Options

OptionDescription
--globalRemove from global config
--projectRemove from project config

Description

Removes a registry from your configuration. If neither --global nor --project is specified, you will be prompted to choose. When not in a project directory, defaults to global config.

Examples

para registry remove @acme
para registry rm @acme --global

See also

On this page