sked artifacts horizon-tenant-config

Manage the retrieval and deployment of the tenant-wide Horizon UI configuration.

Overview

Manage the retrieval and deployment of the tenant-wide Horizon UI configuration: which Actions and Templates are enabled, their order, and their labels. This is currently in beta.

A tenant has at most one HorizonTenantConfig, so unlike other artifacts, its commands don’t take an identifying flag.

$ sked artifact horizon-tenant-config <command>

Commands

Command Description
Create Create the HorizonTenantConfig from a state file [deprecated, use upsert instead]
Delete Delete the HorizonTenantConfig
Get Get the state of the HorizonTenantConfig
List List the existing HorizonTenantConfig
Update Update the HorizonTenantConfig from a state file [deprecated, use upsert instead]
Upsert Create or Update the HorizonTenantConfig from a state file

Create

Description

Create the HorizonTenantConfig from a state file [deprecated, use upsert instead]

Usage

$ sked artifacts horizon-tenant-config create -f <value> [--json] [-a <value>] [-w <value>]

Flags

Flag Description Required
-f, --filename= The state file. Yes
-a, --alias=<value> The alias to use to authenticate. No
-w, --wait=<value> [default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. No

Global flags

Flag Description Required
--json Format output as json. No

Delete

Description

Delete the HorizonTenantConfig

Usage

$ sked artifacts horizon-tenant-config delete [--json] [-a <value>] [-w <value>]

Flags

Flag Description Required
-a, --alias=<value> The alias to use to authenticate. No
-w, --wait=<value> [default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. No

Global flags

Flag Description Required
--json Format output as json. No

Get

Description

Get the state of the HorizonTenantConfig

Usage

 $ sked artifacts horizon-tenant-config get [--json] [-o <value>] [-a <value>]

Flags

Flag Description Required
-a, --alias=<value> The alias to use to authenticate. No
-o, --outputdir=<value> The output directory. No

Global flags

Flag Description Required
--json Format output as json. No

List

Description

List the existing HorizonTenantConfig

Usage

$ sked artifacts horizon-tenant-config list [--json] [--columns <value> | -x] [--no-header | [--csv |
    --no-truncate]] [--output csv|json|yaml |  | ] [--sort <value>] [-a <value>]

Flags

Flag Description Required
-a, --alias=<value> The alias to use to authenticate. No
-x, --extended Show extra columns. No
--columns=<value> Only show provided columns (comma-separated). No
--csv Output is CSV format [alias: --output=csv]. No
--no-header Hide table header from output. No
--no-truncate Do not truncate output to fit screen. No
--output=<option> Output in a more machine-friendly format. <options: csv|json|yaml>. No
--sort=<value> Property to sort by (prepend ‘-’ for descending). No

Global flags

Flag Description Required
--json Format output as json. No

Update

Description

Update the HorizonTenantConfig from a state file [deprecated, use upsert instead]

Usage

$ sked artifacts horizon-tenant-config update -f <value> [--json] [-a <value>] [-w <value>]

Flags

Flag Description Required
-f, --filename=<value> The state file. Yes
-a, --alias=<value> The alias to use to authenticate. No
-w, --wait=<value> [default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. No

Global flags

Flag Description Required
--json Format output as json. No

Upsert

Description

Create or Update the HorizonTenantConfig from a state file

Usage

  $ sked artifacts horizon-tenant-config upsert -f <value> [--json] [-a <value>] [-w <value>]

Flags

Flag Description Required
-f, --filename=<value> The state file. Yes
-a, --alias=<value> The alias to use to authenticate. No
-w, --wait=<value> [default: 900] Number of seconds to wait for the command to complete and display results to the terminal window. No

Global flags

Flag Description Required
--json Format output as json. No