shc tenant
manage tenants
Reference for the tenant CLI group. Source: modules/tenant/commands/.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
add | add a tenant |
info | show tenant_name details |
ls | list tenants |
rm | remove a tenant |
use | switch active tenant |
shc tenant add
Section titled “shc tenant add”add a tenant
| Flag | Type | Required | Help |
|---|---|---|---|
--no-switch | bool | no | don’t switch to the new tenant |
Source: modules/tenant/commands/
shc tenant info
Section titled “shc tenant info”show tenant_name details
No declared flags.
Source: modules/tenant/commands/
shc tenant ls
Section titled “shc tenant ls”list tenants
No declared flags.
Source: modules/tenant/commands/
shc tenant rm
Section titled “shc tenant rm”remove a tenant
| Flag | Type | Required | Help |
|---|---|---|---|
-y / --yes | bool | no | skip confirmation prompt |
Source: modules/tenant/commands/
shc tenant use
Section titled “shc tenant use”switch active tenant
No declared flags.
Source: modules/tenant/commands/
shc@docs:~$