dtm destroy¶
dtm destroy acts like dtm apply -f an_empty_config.yaml.
The purpose of destroy is that in case you accidentally deleted your config file during testing, there would still be a way to destroy everything that is defined in the State so that you can have a clean state.
1 Flags¶
| Short | Long | Default | Description |
|---|---|---|---|
| --force | false |
Force destroy by config. | |
| -d | --plugin-dir | "~/.devstream/plugins" |
The path to plugins. |
| -f | --config-file | "config.yaml" |
The path to the config file. |
| -y | --yes | false |
Destroy directly without confirmation. |