Delete
Delete the configuration file and its parent directory.
Prompts for confirmation (y/N) unless –yes or -y is provided.
Usage
goGenerateCFToken config deleteExamples
Delete config (with confirmation prompt)
goGenerateCFToken config deleteDelete config without confirmation
goGenerateCFToken config delete --yesCommand Options
| Flag | Short | Default | Type | Description |
|---|---|---|---|---|
--yes |
-y |
false | bool | Bypass confirmation prompt |
Global Options
| Flag | Short | Default | Type | Description |
|---|---|---|---|---|
--config |
-c |
"" | string | Path to config file |
--log-level |
-l |
info | string | Set logging level (debug, info, warn, error) |
--quiet |
-q |
false | bool | Suppress all output except errors |
--verbose |
-v |
false | bool | Enable verbose output |