Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

File metadata and controls

39 lines (26 loc) · 1.01 KB

config remove

The config remove command deletes a Dashmate configuration.

Usage

dashmate config remove CONFIG

Arguments

Argument Description Required Default
CONFIG Name of configuration to remove Yes

Description

This command removes a specified configuration from Dashmate.

It will:

  1. Delete the configuration entry from the configuration file
  2. Delete any service configuration files associated with this configuration

System configurations (mainnet, testnet, local) cannot be removed using this command. If you attempt to remove a system configuration, the command will suggest using dashmate reset --hard instead.

Examples

# Remove a custom configuration
dashmate config remove my-custom-config

Related Commands