diff --git a/doc/cli-reference/generated/ch_cli_heat_commands.xml b/doc/cli-reference/generated/ch_cli_heat_commands.xml index 8e118a43e6..07bd90faf0 100644 --- a/doc/cli-reference/generated/ch_cli_heat_commands.xml +++ b/doc/cli-reference/generated/ch_cli_heat_commands.xml @@ -15,7 +15,7 @@ interface (CLI) for the Orchestration API and its extensions. This chapter documents heat version - 0.7.0. + 0.8.0. For help on a specific heat @@ -1455,10 +1455,23 @@ Send a signal to a resource.
heat resource-type-list - usage: heat resource-type-list + usage: heat resource-type-list [-f <KEY1=VALUE1;KEY2=VALUE2...>] List the available resource types. - + + Optional arguments + + -f <KEY1=VALUE1;KEY2=VALUE2...>, --filters <KEY1=VALUE1;KEY2=VALUE2...> + + + Filter parameters to apply on returned resource types. + This can be specified multiple times, or once with + parameters separated by a semicolon. It can be any of + name, version and support_status + + + +
heat resource-type-show @@ -1868,7 +1881,7 @@ Delete the stack(s). [-t <TAG1,TAG2...>] [--tags-any <TAG1,TAG2...>] [--not-tags <TAG1,TAG2...>] [--not-tags-any <TAG1,TAG2...>] [-l <LIMIT>] [-m <ID>] - [-g] [-o] + [-k <KEY1,KEY2...>] [-d [asc|desc]] [-g] [-o] List the user's stacks. @@ -1960,6 +1973,27 @@ List the user's stacks. + + -k <KEY1,KEY2...>, --sort-keys <KEY1,KEY2...> + + + List of keys for sorting the returned stacks. This can + be specified multiple times or once with keys + separated by semicolons. Valid sorting keys include + "stack_name", "stack_status", "creation_time" and + "updated_time". + + + + + -d [asc|desc], --sort-dir [asc|desc] + + + Sorting direction (either "asc" or "desc") for the + sorting keys. + + + -g, --global-tenant @@ -2159,7 +2193,7 @@ Make a snapshot of a stack. heat stack-update usage: heat stack-update [-f <FILE>] [-e <FILE or URL>] [--pre-update <RESOURCE>] [-u <URL>] [-o <URL>] - [-t <TIMEOUT>] [-r] [--rollback <VALUE>] + [-t <TIMEOUT>] [-r] [--rollback <VALUE>] [-y] [-P <KEY1=VALUE1;KEY2=VALUE2...>] [-Pf <KEY=FILE>] [-x] [-c <PARAMETER>] [--tags <TAG1,TAG2>] <NAME or ID> @@ -2255,6 +2289,15 @@ Update the stack. + + -y, --dry-run + + + Do not actually perform the stack update, but show + what would be changed + + + -P <KEY1=VALUE1;KEY2=VALUE2...>, --parameters <KEY1=VALUE1;KEY2=VALUE2...> @@ -2279,10 +2322,14 @@ Update the stack. -x, --existing - Re-use the set of parameters of the current stack. - Parameters specified in --parameters will patch over - the existing values in the current stack. Parameters - omitted will keep the existing values. + 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-file is specified then the existing + environment is used. Parameters specified in + --parameters will patch over the existing values in + the current stack. Parameters omitted will keep the + existing values. @@ -2344,7 +2391,7 @@ Get the template for the specified stack.
heat template-validate usage: heat template-validate [-u <URL>] [-f <FILE>] [-e <FILE or URL>] - [-o <URL>] + [-o <URL>] [-n] Validate a template with parameters. @@ -2382,6 +2429,14 @@ Validate a template with parameters. + + -n, --show-nested + + + Resolve parameters from nested templates as well. + + +