griz create config
Creates a new config file by walking the user through its creation.
Flags
| flag | Description |
|---|---|
| --name | The name of the config file that is stored in the default location. |
| --file | The file path to where the config file will be stored. |
Examples
# Creates a config file in the default location: ~/.grizzly/deployment.yaml
griz create config --name deployment
# Creates a config file at /some/path/deployment.yaml
griz create config --file /some/path/deployment.yaml