gage config

The gage config command manages Gage configuration. Config lives in TOML files: user config at ~/.gage/config.toml and project config at .gage/config.toml in a project directory.

gage config <COMMAND>

config show

Show the effective Gage configuration.

gage config show

config edit

Edit a Gage config file in the system editor.

gage config edit [OPTIONS]
OptionDescription
--userEdit the user config at ~/.gage/config.toml
--projectEdit the nearest project .gage/config.toml
--path <DIR>Edit <DIR>/.gage/config.toml