Configuring the CLI

You can modify the CLI configurations settings using circfirm config.

See circfirm config --help and circfirm config [command] --help for more information on commands.

View Settings

You can view configuration settings using circfirm config view.

You can view all the settings, a subset, or just a specific one. Subsettings are accessed using period separators.

# View all the configuration settings
circfirm config view

# View a specific setting
circfirm config view output.supporting.silence

Edit Settings

You can edit configuration settings using circfirm config edit.

You must edit a specific setting at a time. Subsettings are accessed using period separators.

# Edit a configuration settings with a value
circfirm config edit output.supporting.silence true

Edit Settings via Editor

For a more native editing experience using the built-in text editor, you can use circfirm config edit without arguments.

# Edit the configuration settings in the native text editor
circfirm config edit

Get Settings File Path

You can see the path to the configuration settings file using circfirm config path

# See the path to the configuration settings file
circfirm config path

Reset Settings

You can reset the configuration settings to the default using circfirm config reset.

# Reset the configuration settings to the default
circfirm config reset