.. SPDX-FileCopyrightText: 2024 Alec Delaney, for Adafruit Industries SPDX-License-Identifier: MIT 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. .. code-block:: shell # 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. .. code-block:: shell # 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. .. code-block:: shell # 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`` .. code-block:: shell # 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``. .. code-block:: shell # Reset the configuration settings to the default circfirm config reset