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
- tailorctl config delete - Deletes a named context
- tailorctl config describe - Describes a named context by listing its properties
- tailorctl config list - Lists existing named contexts
- tailorctl config set - Edit tailorctl config fields
- tailorctl config switch - Switch active tailorctl config
See also
- tailorctl - Tailor Platform CLI