Chapter 67. stack


This chapter describes the commands under the stack command.

67.1. stack abandon

Usage:

openstack stack abandon [-h] [-f {json,shell,table,value,yaml}]

                             [-c COLUMN] [--max-width <integer>]
                             [--fit-width] [--print-empty] [--noindent]
                             [--prefix PREFIX] [--output-file <output-file>]
                             <stack>
Copy to Clipboard Toggle word wrap

Abandon stack and output results.

Expand
Table 67.1. Positional Arguments
ValueSummary

<stack>

Name or id of stack to abandon

Expand
Table 67.2. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--output-file <output-file>

File to output abandon results

Expand
Table 67.3. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to json

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.4. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.5. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.6. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.2. stack adopt

Usage:

openstack stack adopt [-h] [-f {json,shell,table,value,yaml}]

                           [-c COLUMN] [--max-width <integer>] [--fit-width]
                           [--print-empty] [--noindent] [--prefix PREFIX]
                           [-e <environment>] [--timeout <timeout>]
                           [--enable-rollback] [--parameter <key=value>]
                           [--wait] --adopt-file <adopt-file>
                           <stack-name>
Copy to Clipboard Toggle word wrap

Adopt a stack.

Expand
Table 67.7. Positional Arguments
ValueSummary

<stack-name>

Name of the stack to adopt

Expand
Table 67.8. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-e <environment>, --environment <environment>

Path to the environment. Can be specified multiple times

--timeout <timeout>

Stack creation timeout in minutes

--enable-rollback

Enable rollback on create/update failure

--parameter <key=value>

Parameter values used to create the stack. Can be specified multiple times

--wait

Wait until stack adopt completes

--adopt-file <adopt-file>

Path to adopt stack data file

Expand
Table 67.9. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.10. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.11. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.12. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.3. stack cancel

Usage:

openstack stack cancel [-h] [-f {csv,json,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--quote {all,minimal,none,nonnumeric}]
                            [--sort-column SORT_COLUMN] [--wait]
                            [--no-rollback]
                            <stack> [<stack> ...]
Copy to Clipboard Toggle word wrap

Cancel current task for a stack. Supported tasks for cancellation: * update * create

Expand
Table 67.13. Positional Arguments
ValueSummary

<stack>

Stack(s) to cancel (name or id)

Expand
Table 67.14. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--wait

Wait for cancel to complete

--no-rollback

Cancel without rollback

Expand
Table 67.15. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.16. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.17. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.18. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.4. stack check

Usage:

openstack stack check [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]

                           [--max-width <integer>] [--fit-width]
                           [--print-empty] [--noindent]
                           [--quote {all,minimal,none,nonnumeric}]
                           [--sort-column SORT_COLUMN] [--wait]
                           <stack> [<stack> ...]
Copy to Clipboard Toggle word wrap

Check a stack.

Expand
Table 67.19. Positional Arguments
ValueSummary

<stack>

Stack(s) to check update (name or id)

Expand
Table 67.20. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--wait

Wait for check to complete

Expand
Table 67.21. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.22. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.23. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.24. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.5. stack create

Usage:

openstack stack create [-h] [-f {json,shell,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--prefix PREFIX] [-e <environment>]
                            [--timeout <timeout>] [--pre-create <resource>]
                            [--enable-rollback] [--parameter <key=value>]
                            [--parameter-file <key=file>] [--wait]
                            [--tags <tag1,tag2...>] [--dry-run] -t
                            <template>
                            <stack-name>
Copy to Clipboard Toggle word wrap

Create a stack.

Expand
Table 67.25. Positional Arguments
ValueSummary

<stack-name>

Name of the stack to create

Expand
Table 67.26. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-e <environment>, --environment <environment>

Path to the environment. Can be specified multiple times

--timeout <timeout>

Stack creating timeout in minutes

--pre-create <resource>

Name of a resource to set a pre-create hook to. Resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource. This can be specified multiple times

--enable-rollback

Enable rollback on create/update failure

--parameter <key=value>

Parameter values used to create the stack. This can be specified multiple times

--parameter-file <key=file>

Parameter values from file used to create the stack. This can be specified multiple times. Parameter values would be the content of the file

--wait

Wait until stack goes to create_complete or CREATE_FAILED

--tags <tag1,tag2…​>

A list of tags to associate with the stack

--dry-run

Do not actually perform the stack create, but show what would be created

-t <template>, --template <template>

Path to the template

Expand
Table 67.27. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.28. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.29. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.30. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.6. stack delete

Usage:

openstack stack delete [-h] [-y] [--wait] <stack> [<stack> ...]
Copy to Clipboard Toggle word wrap

Delete stack(s).

Expand
Table 67.31. Positional Arguments
ValueSummary

<stack>

Stack(s) to delete (name or id)

Expand
Table 67.32. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-y, --yes

Skip yes/no prompt (assume yes)

--wait

Wait for stack delete to complete

This command is provided by the python-heatclient plugin.

67.7. stack environment show

Usage:

openstack stack environment show [-h]

                                      [-f {json,shell,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--fit-width] [--print-empty]
                                      [--noindent] [--prefix PREFIX]
                                      <NAME or ID>
Copy to Clipboard Toggle word wrap

Show a stack’s environment.

Expand
Table 67.33. Positional Arguments
ValueSummary

<NAME or ID>

Name or id of stack to query

Expand
Table 67.34. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.35. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to yaml

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.36. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.37. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.38. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.8. stack event list

Usage:

openstack stack event list [-h] [-f {csv,json,log,table,value,yaml}]

                                [-c COLUMN] [--noindent]
                                [--max-width <integer>] [--fit-width]
                                [--print-empty]
                                [--quote {all,minimal,none,nonnumeric}]
                                [--sort-column SORT_COLUMN]
                                [--resource <resource>]
                                [--filter <key=value>] [--limit <limit>]
                                [--marker <id>] [--nested-depth <depth>]
                                [--sort <key>[:<direction>]] [--follow]
                                <stack>
Copy to Clipboard Toggle word wrap

List events.

Expand
Table 67.39. Positional Arguments
ValueSummary

<stack>

Name or id of stack to show events for

Expand
Table 67.40. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--resource <resource>

Name of resource to show events for. Note: this cannot be specified with --nested-depth

--filter <key=value>

Filter parameters to apply on returned events

--limit <limit>

Limit the number of events returned

--marker <id>

Only return events that appear after the given id

--nested-depth <depth>

Depth of nested stacks from which to display events. Note: this cannot be specified with --resource

--sort <key>[:<direction>]

Sort output by selected keys and directions (asc or desc) (default: asc). Specify multiple times to sort on multiple keys. Sort key can be: "event_time" (default), "resource_name", "links", "logical_resource_id", "resource_status", "resource_status_reason", "physical_resource_id", or "id". You can leave the key empty and specify ":desc" for sorting by reverse time.

--follow

Print events until process is halted

Expand
Table 67.41. Output Formatters
ValueSummary

-f {csv,json,log,table,value,yaml}, --format {csv,json,log,table,value,yaml}

the output format, defaults to log

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.42. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.43. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.44. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.9. stack event show

Usage:

openstack stack event show [-h] [-f {json,shell,table,value,yaml}]

                                [-c COLUMN] [--max-width <integer>]
                                [--fit-width] [--print-empty] [--noindent]
                                [--prefix PREFIX]
                                <stack> <resource> <event>
Copy to Clipboard Toggle word wrap

Show event details.

Expand
Table 67.45. Positional Arguments
ValueSummary

<stack>

Name or id of stack to show events for

<resource>

Name of the resource event belongs to

<event>

Id of event to display details for

Expand
Table 67.46. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.47. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.48. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.49. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.50. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.10. stack export

Usage:

openstack stack export [-h] [-f {json,shell,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--prefix PREFIX] [--output-file <output-file>]
                            <stack>
Copy to Clipboard Toggle word wrap

Export stack data json.

Expand
Table 67.51. Positional Arguments
ValueSummary

<stack>

Name or id of stack to export

Expand
Table 67.52. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--output-file <output-file>

File to output export data

Expand
Table 67.53. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to json

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.54. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.55. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.56. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.11. stack failures list

Usage:

openstack stack failures list [-h] [--long] <stack>
Copy to Clipboard Toggle word wrap

Show information about failed stack resources.

Expand
Table 67.57. Positional Arguments
ValueSummary

<stack>

Stack to display (name or id)

Expand
Table 67.58. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

Show full deployment logs in output

This command is provided by the python-heatclient plugin.

67.12. stack file list

Usage:

openstack stack file list [-h] [-f {json,shell,table,value,yaml}]

                               [-c COLUMN] [--max-width <integer>]
                               [--fit-width] [--print-empty] [--noindent]
                               [--prefix PREFIX]
                               <NAME or ID>
Copy to Clipboard Toggle word wrap

Show a stack’s files map.

Expand
Table 67.59. Positional Arguments
ValueSummary

<NAME or ID>

Name or id of stack to query

Expand
Table 67.60. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.61. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to yaml

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.62. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.63. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.64. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.13. stack hook clear

Usage:

openstack stack hook clear [-h] [--pre-create] [--pre-update]

                                [--pre-delete]
                                <stack> <resource> [<resource> ...]
Copy to Clipboard Toggle word wrap

Clear resource hooks on a given stack.

Expand
Table 67.65. Positional Arguments
ValueSummary

<stack>

Stack to display (name or id)

<resource>

Resource names with hooks to clear. resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource

Expand
Table 67.66. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--pre-create

Clear the pre-create hooks

--pre-update

Clear the pre-update hooks

--pre-delete

Clear the pre-delete hooks

This command is provided by the python-heatclient plugin.

67.14. stack hook poll

Usage:

openstack stack hook poll [-h] [-f {csv,json,table,value,yaml}]

                               [-c COLUMN] [--max-width <integer>]
                               [--fit-width] [--print-empty] [--noindent]
                               [--quote {all,minimal,none,nonnumeric}]
                               [--sort-column SORT_COLUMN]
                               [--nested-depth <nested-depth>]
                               <stack>
Copy to Clipboard Toggle word wrap

List resources with pending hook for a stack.

Expand
Table 67.67. Positional Arguments
ValueSummary

<stack>

Stack to display (name or id)

Expand
Table 67.68. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--nested-depth <nested-depth>

Depth of nested stacks from which to display hooks

Expand
Table 67.69. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.70. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.71. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.72. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.15. stack list

Usage:

openstack stack list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]

                          [--max-width <integer>] [--fit-width]
                          [--print-empty] [--noindent]
                          [--quote {all,minimal,none,nonnumeric}]
                          [--sort-column SORT_COLUMN] [--deleted] [--nested]
                          [--hidden] [--property <key=value>]
                          [--tags <tag1,tag2...>] [--tag-mode <mode>]
                          [--limit <limit>] [--marker <id>]
                          [--sort <key>[:<direction>]] [--all-projects]
                          [--short] [--long]
Copy to Clipboard Toggle word wrap

List stacks.

Expand
Table 67.73. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--deleted

Include soft-deleted stacks in the stack listing

--nested

Include nested stacks in the stack listing

--hidden

Include hidden stacks in the stack listing

--property <key=value>

Filter properties to apply on returned stacks (repeat to filter on multiple properties)

--tags <tag1,tag2…​>

List of tags to filter by. Can be combined with --tag- mode to specify how to filter tags

--tag-mode <mode>

Method of filtering tags. must be one of "any", "not", or "not-any". If not specified, multiple tags will be combined with the boolean AND expression

--limit <limit>

The number of stacks returned

--marker <id>

Only return stacks that appear after the given id

--sort <key>[:<direction>]

Sort output by selected keys and directions (asc or desc) (default: asc). Specify multiple times to sort on multiple properties

--all-projects

Include all projects (admin only)

--short

List fewer fields in output

--long

List additional fields in output, this is implied by

--all-projects

 
Expand
Table 67.74. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.75. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.76. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.77. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.16. stack output list

Usage:

openstack stack output list [-h] [-f {csv,json,table,value,yaml}]

                                 [-c COLUMN] [--max-width <integer>]
                                 [--fit-width] [--print-empty] [--noindent]
                                 [--quote {all,minimal,none,nonnumeric}]
                                 [--sort-column SORT_COLUMN]
                                 <stack>
Copy to Clipboard Toggle word wrap

List stack outputs.

Expand
Table 67.78. Positional Arguments
ValueSummary

<stack>

Name or id of stack to query

Expand
Table 67.79. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.80. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.81. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.82. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.83. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.17. stack output show

Usage:

openstack stack output show [-h] [-f {json,shell,table,value,yaml}]

                                 [-c COLUMN] [--max-width <integer>]
                                 [--fit-width] [--print-empty] [--noindent]
                                 [--prefix PREFIX] [--all]
                                 <stack> [<output>]
Copy to Clipboard Toggle word wrap

Show stack output.

Expand
Table 67.84. Positional Arguments
ValueSummary

<stack>

Name or id of stack to query

<output>

Name of an output to display

Expand
Table 67.85. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--all

Display all stack outputs

Expand
Table 67.86. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.87. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.88. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.89. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.18. stack resource list

Usage:

openstack stack resource list [-h] [-f {csv,dot,json,table,value,yaml}]

                                   [-c COLUMN] [--noindent]
                                   [--max-width <integer>] [--fit-width]
                                   [--print-empty]
                                   [--quote {all,minimal,none,nonnumeric}]
                                   [--sort-column SORT_COLUMN] [--long]
                                   [-n <nested-depth>]
                                   [--filter <key=value>]
                                   <stack>
Copy to Clipboard Toggle word wrap

List stack resources.

Expand
Table 67.90. Positional Arguments
ValueSummary

<stack>

Name or id of stack to query

Expand
Table 67.91. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

Enable detailed information presented for each resource in resource list

-n <nested-depth>, --nested-depth <nested-depth>

Depth of nested stacks from which to display resources

--filter <key=value>

Filter parameters to apply on returned resources based on their name, status, type, action, id and physical_resource_id

Expand
Table 67.92. Output Formatters
ValueSummary

-f {csv,dot,json,table,value,yaml}, --format {csv,dot,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.93. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.94. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.95. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.19. stack resource mark unhealthy

Usage:

openstack stack resource mark unhealthy [-h] [--reset]

                                             <stack> <resource> [reason]
Copy to Clipboard Toggle word wrap

Set resource’s health.

Expand
Table 67.96. Positional Arguments
ValueSummary

<stack>

Name or id of stack the resource belongs to

<resource>

Name of the resource

reason

Reason for state change

Expand
Table 67.97. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--reset

Set the resource as healthy

This command is provided by the python-heatclient plugin.

67.20. stack resource metadata

Usage:

openstack stack resource metadata [-h]

                                       [-f {json,shell,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>]
                                       [--fit-width] [--print-empty]
                                       [--noindent] [--prefix PREFIX]
                                       <stack> <resource>
Copy to Clipboard Toggle word wrap

Show resource metadata

Expand
Table 67.98. Positional Arguments
ValueSummary

<stack>

Stack to display (name or id)

<resource>

Name of the resource to show the metadata for

Expand
Table 67.99. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.100. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to json

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.101. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.102. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.103. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.21. stack resource show

Usage:

openstack stack resource show [-h] [-f {json,shell,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent] [--prefix PREFIX]
                                   [--with-attr <attribute>]
                                   <stack> <resource>
Copy to Clipboard Toggle word wrap

Display stack resource.

Expand
Table 67.104. Positional Arguments
ValueSummary

<stack>

Name or id of stack to query

<resource>

Name of resource

Expand
Table 67.105. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--with-attr <attribute>

Attribute to show, can be specified multiple times

Expand
Table 67.106. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.107. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.108. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.109. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.22. stack resource signal

Usage:

openstack stack resource signal [-h] [--data <data>]

                                     [--data-file <data-file>]
                                     <stack> <resource>
Copy to Clipboard Toggle word wrap

Signal a resource with optional data.

Expand
Table 67.110. Positional Arguments
ValueSummary

<stack>

Name or id of stack the resource belongs to

<resource>

Name of the resoure to signal

Expand
Table 67.111. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--data <data>

Json data to send to the signal handler

--data-file <data-file>

File containing JSON data to send to the signal handler

This command is provided by the python-heatclient plugin.

67.23. stack resume

Usage:

openstack stack resume [-h] [-f {csv,json,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--quote {all,minimal,none,nonnumeric}]
                            [--sort-column SORT_COLUMN] [--wait]
                            <stack> [<stack> ...]
Copy to Clipboard Toggle word wrap

Resume a stack.

Expand
Table 67.112. Positional Arguments
ValueSummary

<stack>

Stack(s) to resume (name or id)

Expand
Table 67.113. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--wait

Wait for resume to complete

Expand
Table 67.114. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.115. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.116. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.117. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.24. stack show

Usage:

openstack stack show [-h] [-f {json,shell,table,value,yaml}]

                          [-c COLUMN] [--max-width <integer>] [--fit-width]
                          [--print-empty] [--noindent] [--prefix PREFIX]
                          [--no-resolve-outputs]
                          <stack>
Copy to Clipboard Toggle word wrap

Show stack details.

Expand
Table 67.118. Positional Arguments
ValueSummary

<stack>

Stack to display (name or id)

Expand
Table 67.119. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--no-resolve-outputs

Do not resolve outputs of the stack.

Expand
Table 67.120. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.121. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.122. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.123. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.25. stack snapshot create

Usage:

openstack stack snapshot create [-h] [-f {json,shell,table,value,yaml}]

                                     [-c COLUMN] [--max-width <integer>]
                                     [--fit-width] [--print-empty]
                                     [--noindent] [--prefix PREFIX]
                                     [--name <name>]
                                     <stack>
Copy to Clipboard Toggle word wrap

Create stack snapshot.

Expand
Table 67.124. Positional Arguments
ValueSummary

<stack>

Name or id of stack

Expand
Table 67.125. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of snapshot

Expand
Table 67.126. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.127. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.128. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.129. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.26. stack snapshot delete

Usage:

openstack stack snapshot delete [-h] [-y] <stack> <snapshot>
Copy to Clipboard Toggle word wrap

Delete stack snapshot.

Expand
Table 67.130. Positional Arguments
ValueSummary

<stack>

Name or id of stack

<snapshot>

Id of stack snapshot

Expand
Table 67.131. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-y, --yes

Skip yes/no prompt (assume yes)

This command is provided by the python-heatclient plugin.

67.27. stack snapshot list

Usage:

openstack stack snapshot list [-h] [-f {csv,json,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent]
                                   [--quote {all,minimal,none,nonnumeric}]
                                   [--sort-column SORT_COLUMN]
                                   <stack>
Copy to Clipboard Toggle word wrap

List stack snapshots.

Expand
Table 67.132. Positional Arguments
ValueSummary

<stack>

Name or id of stack containing the snapshots

Expand
Table 67.133. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.134. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.135. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.136. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.137. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.28. stack snapshot restore

Usage:

openstack stack snapshot restore [-h] <stack> <snapshot>
Copy to Clipboard Toggle word wrap

Restore stack snapshot

Expand
Table 67.138. Positional Arguments
ValueSummary

<stack>

Name or id of stack containing the snapshot

<snapshot>

Id of the snapshot to restore

Expand
Table 67.139. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-heatclient plugin.

67.29. stack snapshot show

Usage:

openstack stack snapshot show [-h] [-f {json,shell,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent] [--prefix PREFIX]
                                   <stack> <snapshot>
Copy to Clipboard Toggle word wrap

Show stack snapshot.

Expand
Table 67.140. Positional Arguments
ValueSummary

<stack>

Name or id of stack containing the snapshot

<snapshot>

Id of the snapshot to show

Expand
Table 67.141. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.142. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to yaml

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.143. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.144. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.145. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.30. stack suspend

Usage:

openstack stack suspend [-h] [-f {csv,json,table,value,yaml}]

                             [-c COLUMN] [--max-width <integer>]
                             [--fit-width] [--print-empty] [--noindent]
                             [--quote {all,minimal,none,nonnumeric}]
                             [--sort-column SORT_COLUMN] [--wait]
                             <stack> [<stack> ...]
Copy to Clipboard Toggle word wrap

Suspend a stack.

Expand
Table 67.146. Positional Arguments
ValueSummary

<stack>

Stack(s) to suspend (name or id)

Expand
Table 67.147. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--wait

Wait for suspend to complete

Expand
Table 67.148. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 67.149. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.150. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.151. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-heatclient plugin.

67.31. stack template show

Usage:

openstack stack template show [-h] [-f {json,shell,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent] [--prefix PREFIX]
                                   <stack>
Copy to Clipboard Toggle word wrap

Display stack template.

Expand
Table 67.152. Positional Arguments
ValueSummary

<stack>

Name or id of stack to query

Expand
Table 67.153. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 67.154. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to yaml

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.155. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.156. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.157. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

67.32. stack update

Usage:

openstack stack update [-h] [-f {json,shell,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--prefix PREFIX] [-t <template>]
                            [-e <environment>] [--pre-update <resource>]
                            [--timeout <timeout>] [--rollback <value>]
                            [--dry-run] [--show-nested]
                            [--parameter <key=value>]
                            [--parameter-file <key=file>] [--existing]
                            [--clear-parameter <parameter>]
                            [--tags <tag1,tag2...>] [--wait] [--converge]
                            <stack>
Copy to Clipboard Toggle word wrap

Update a stack.

Expand
Table 67.158. Positional Arguments
ValueSummary

<stack>

Name or id of stack to update

Expand
Table 67.159. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-t <template>, --template <template>

Path to the template

-e <environment>, --environment <environment>

Path to the environment. Can be specified multiple times

--pre-update <resource>

Name of a resource to set a pre-update hook to. Resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource. This can be specified multiple times

--timeout <timeout>

Stack update timeout in minutes

--rollback <value>

Set rollback on update failure. value "enabled" sets rollback to enabled. Value "disabled" sets rollback to disabled. Value "keep" uses the value of existing stack to be updated (default)

--dry-run

Do not actually perform the stack update, but show what would be changed

--show-nested

Show nested stacks when performing --dry-run

--parameter <key=value>

Parameter values used to create the stack. This can be specified multiple times

--parameter-file <key=file>

Parameter values from file used to create the stack. This can be specified multiple times. Parameter value would be the content of the file

--existing

Re-use the template, parameters and environment of the current stack. If the template argument is omitted then the existing template is used. If no

--environment is specified then the existing

environment is used. Parameters specified in

--parameter will patch over the existing values in the

current stack. Parameters omitted will keep the existing values

--clear-parameter <parameter>

Remove the parameters from the set of parameters of current stack for the stack-update. The default value in the template will be used. This can be specified multiple times

--tags <tag1,tag2…​>

An updated list of tags to associate with the stack

--wait

Wait until stack goes to update_complete or UPDATE_FAILED

--converge

Stack update with observe on reality.

Expand
Table 67.160. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 67.161. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 67.162. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 67.163. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-heatclient plugin.

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat