wf describe var
wf describe var
Shows the available variables for templating
Synopsis
Shows the available variables that can be used in package and app deployment templates.
wf describe var [flags]
Examples
# List all top-level vars
$ wf describe vars
# List all vars including child vars of the top-level vars:
$ wf describe vars --include-nested
# Get a detailed description of a specific var (e.g.) .Cluster:
$ wf describe vars .Cluster
# Get the top level vars for package templates:
$ wf describe vars --for package
Options
--for string Show only vars that can be used in a package definition or app template (package|app|all, default: package) (default "package")
-h, --help help for var
-i, --include-nested Include all child variables recursively when listing
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf describe - Describes the detail of a resource