The config
command
Interact with transit's configuration file. Check out the configuration reference to see all available options.
transit config <subcommand>
note
Nested fields are addressable by using a dot (.
) as a delimiter e.g. core.location
.
Subcommands
get
- Print the current value of a config option
transit config get <key>
set
- Sets a config option
transit config set <key> <value>
path
- Prints the path to the config file
transit config path