CLICommandsregistry
registry removeLast updated on
Last updated on
Remove a registry configuration
Remove a registry configuration.
Usage
ofm registry remove <namespace> [options]
ofm registry rm <namespace> [options]Arguments
| Argument | Description |
|---|---|
namespace | Registry namespace to remove |
Options
| Option | Description |
|---|---|
--global | Remove from global config |
--project | Remove 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 --globalSee also
- registry add - Add a registry
- registry list - List configured registries