Config Command
The config
command allows interaction with godyl
’s config file.
Syntax
godyl config [path|set] [flags]
Aliases
cfg
Subcommands
Subcommand | Description |
---|---|
path | Print the path to the config file |
set <key> <value> | Set a value in the config file |
remove [key]... , rm [key]... | Remove entries in the config file |
Note: The
set
command will lead to loss of order and newlines in the config file.
Examples
Set a key in the config file
godyl config set dump.tools.embedded true
Remove a key from the config file
godyl config remove dump
Remove all entries in the config file
godyl config remove