maton config set

Update configuration with a value for the given key

maton config set <key> <value> [flags]

Options

-h, --host <string>
Set per-host setting

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton config set editor vim
$ maton config set editor "code --wait"
$ maton config set git_protocol ssh --host github.com
$ maton config set prompt disabled

See also