此内容没有您所选择的语言版本。
10.41. heat stack-list
usage: heat stack-list [-s] [-n] [-a] [-f <KEY1=VALUE1;KEY2=VALUE2...>] [-t <TAG1,TAG2...>] [--tags-any <TAG1,TAG2...>] [--not-tags <TAG1,TAG2...>] [--not-tags-any <TAG1,TAG2...>] [-l <LIMIT>] [-m <ID>] [-k <KEY1;KEY2...>] [-d [asc|desc]] [-g] [-o]
usage: heat stack-list [-s] [-n] [-a] [-f <KEY1=VALUE1;KEY2=VALUE2...>]
[-t <TAG1,TAG2...>] [--tags-any <TAG1,TAG2...>]
[--not-tags <TAG1,TAG2...>]
[--not-tags-any <TAG1,TAG2...>] [-l <LIMIT>] [-m <ID>]
[-k <KEY1;KEY2...>] [-d [asc|desc]] [-g] [-o]
Optional arguments
- -s, --show-deleted
Include soft-deleted stacks in the stack listing.
- -n, --show-nested
Include nested stacks in the stack listing.
- -a, --show-hidden
Include hidden stacks in the stack listing.
- -f <KEY1=VALUE1;KEY2=VALUE2...>, --filters <KEY1=VALUE1;KEY2=VALUE2...>
Filter parameters to apply on returned stacks. This
can be specified multiple times, or once with
parameters separated by a semicolon.
- -t <TAG1,TAG2...>, --tags <TAG1,TAG2...>
Show stacks containing these tags, combine multiple
tags using the boolean AND expression
- --tags-any <TAG1,TAG2...>
Show stacks containing these tags, combine multiple
tags using the boolean OR expression
- --not-tags <TAG1,TAG2...>
Show stacks not containing these tags, combine
multiple tags using the boolean AND expression
- --not-tags-any <TAG1,TAG2...>
Show stacks not containing these tags, combine
multiple tags using the boolean OR expression
- -l <LIMIT>, --limit <LIMIT>
Limit the number of stacks returned.
- -m <ID>, --marker <ID>
Only return stacks that appear after the given stack
ID.
- -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
Display stacks from all tenants. Operation only
authorized for users who match the policy in heat's
policy.json.
- -o, --show-owner
Display stack owner information. This is automatically
enabled when using --global-tenant.