config
wrknv.cli.commands.config
¶
Config Commands¶
Commands for managing workenv configuration.
Classes¶
Functions¶
config_edit
¶
Edit configuration file.
Source code in wrknv/cli/commands/config.py
config_get
¶
Get a specific configuration setting.
Source code in wrknv/cli/commands/config.py
config_group
¶
config_init
¶
Initialize a new configuration file interactively.
Source code in wrknv/cli/commands/config.py
config_path
¶
Show path to configuration file.
Source code in wrknv/cli/commands/config.py
config_set
¶
Set a configuration value.
Source code in wrknv/cli/commands/config.py
config_show
¶
Show current configuration.
Source code in wrknv/cli/commands/config.py
config_validate
¶
Validate configuration file syntax and values.