OpenForm
CLICommandsregistry

registry remove

Last updated on

Remove a registry configuration

Remove a registry configuration.

Usage

ofm registry remove <namespace> [options]
ofm 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

ofm registry remove @acme
ofm registry rm @acme --global

See also

On this page