tailorctl config

The config command group allows you to manage properties used by tailorctl, including setting, viewing, and unsetting properties. The configuration file of tailorctl is located at ~/.tailorctl/config.

Configuration values are nested within contexts. Normally, you would only ever use the context that tailorctl created for you, named default. Although not recommended, you can edit the configuration file manually to add more contexts. You can use the config list command to list them, the config set command to edit, and the config switch command to switch between them.

Running it without specifying a command prints the help.

Usage

tailorctl config [flags]

Flags

  -h, --help   help for config

Commands

See also