shc config
view and set configuration
Reference for the config CLI group. Source: modules/config/commands/.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
edit | edit config in an editor |
get | get a config value |
list | list all config values |
set | set a config value |
unset | unset a config value |
shc config edit
Section titled “shc config edit”edit config in an editor
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | no | scope to edit: global, tenant, environment, stack, deployment |
Source: modules/config/commands/
shc config get
Section titled “shc config get”get a config value
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | no | scope: global, tenant, environment, stack, deployment |
--db | bool | no | use database-backed config |
Source: modules/config/commands/
shc config ls
Section titled “shc config ls”list all config values
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | no | filter by scope: global, tenant, environment, stack, deployment |
--prefix | str | no | filter by path prefix |
Source: modules/config/commands/
shc config set
Section titled “shc config set”set a config value
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | no | scope: global, tenant, environment, stack, deployment |
--db | bool | no | use database-backed config |
Source: modules/config/commands/
shc config unset
Section titled “shc config unset”unset a config value
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | no | scope: global, tenant, environment, stack, deployment |
--db | bool | no | use database-backed config |
Source: modules/config/commands/
shc@docs:~$