此内容没有您所选择的语言版本。

Chapter 79. workflow


This chapter describes the commands under the workflow command.

79.1. workflow create

Usage:

openstack workflow create [-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]
                               [--namespace [NAMESPACE]] [--public]
                               definition
Copy to Clipboard Toggle word wrap

Create new workflow.

Expand
Table 79.1. Positional Arguments
ValueSummary

definition

Workflow definition file.

Expand
Table 79.2. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--namespace [NAMESPACE]

Namespace to create the workflow within.

--public

With this flag workflow will be marked as "public".

Expand
Table 79.3. 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 79.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 79.5. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.6. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.2. workflow definition show

Usage:

openstack workflow definition show [-h] [--namespace [NAMESPACE]]

                                        identifier
Copy to Clipboard Toggle word wrap

Show workflow definition.

Expand
Table 79.7. Positional Arguments
ValueSummary

identifier

Workflow id or name.

Expand
Table 79.8. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--namespace [NAMESPACE]

Namespace to get the workflow from.

This command is provided by the python-mistralclient plugin.

79.3. workflow delete

Usage:

openstack workflow delete [-h] [--namespace [NAMESPACE]]

                               workflow [workflow ...]
Copy to Clipboard Toggle word wrap

Delete workflow.

Expand
Table 79.9. Positional Arguments
ValueSummary

workflow

Name or id of workflow(s).

Expand
Table 79.10. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--namespace [NAMESPACE]

Namespace to delete the workflow from.

This command is provided by the python-mistralclient plugin.

79.4. workflow engine service list

Usage:

openstack workflow engine service 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]
Copy to Clipboard Toggle word wrap

List all services.

Expand
Table 79.11. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.12. 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 79.13. 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 79.14. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.15. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.5. workflow env create

Usage:

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

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

Create new environment.

Expand
Table 79.16. Positional Arguments
ValueSummary

file

Environment configuration file in json or yaml

Expand
Table 79.17. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.18. 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 79.19. 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 79.20. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.21. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.6. workflow env delete

Usage:

openstack workflow env delete [-h] environment [environment ...]
Copy to Clipboard Toggle word wrap

Delete environment.

Expand
Table 79.22. Positional Arguments
ValueSummary

environment

Name of environment(s).

Expand
Table 79.23. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-mistralclient plugin.

79.7. workflow env list

Usage:

openstack workflow env 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]
Copy to Clipboard Toggle word wrap

List all environments.

Expand
Table 79.24. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.25. 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 79.26. 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 79.27. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.28. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.8. workflow env show

Usage:

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

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

Show specific environment.

Expand
Table 79.29. Positional Arguments
ValueSummary

environment

Environment name

Expand
Table 79.30. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--export

Export the environment suitable for import

Expand
Table 79.31. 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 79.32. 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 79.33. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.34. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.9. workflow env update

Usage:

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

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

Update environment.

Expand
Table 79.35. Positional Arguments
ValueSummary

file

Environment configuration file in json or yaml

Expand
Table 79.36. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.37. 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 79.38. 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 79.39. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.40. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.10. workflow execution create

Usage:

openstack workflow execution create [-h]

                                         [-f {json,shell,table,value,yaml}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--fit-width] [--print-empty]
                                         [--noindent] [--prefix PREFIX]
                                         [--namespace [NAMESPACE]]
                                         [-d DESCRIPTION]
                                         [-s [SOURCE_EXECUTION_ID]]
                                         [workflow_identifier]
                                         [workflow_input] [params]
Copy to Clipboard Toggle word wrap

Create new execution.

Expand
Table 79.41. Positional Arguments
ValueSummary

workflow_identifier

Workflow id or name. workflow name will be deprecated since Mitaka.

workflow_input

Workflow input

params

Workflow additional parameters

Expand
Table 79.42. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--namespace [NAMESPACE]

Workflow namespace.

-d DESCRIPTION, --description DESCRIPTION

Execution description

-s [SOURCE_EXECUTION_ID]

Workflow Execution id which will allow operators to create a new workflow execution based on the previously successful executed workflow. Example: mistral execution-create -s 123e4567-e89b- 12d3-a456-426655440000

Expand
Table 79.43. 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 79.44. 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 79.45. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.46. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.11. workflow execution delete

Usage:

openstack workflow execution delete [-h] [--force]

                                         execution [execution ...]
Copy to Clipboard Toggle word wrap

Delete execution.

Expand
Table 79.47. Positional Arguments
ValueSummary

execution

Id of execution identifier(s).

Expand
Table 79.48. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--force

Force the deletion of an execution. might cause a cascade of errors if used for running executions.

This command is provided by the python-mistralclient plugin.

79.12. workflow execution input show

Usage:

openstack workflow execution input show [-h] id
Copy to Clipboard Toggle word wrap

Show execution input data.

Expand
Table 79.49. Positional Arguments
ValueSummary

id

Execution id

Expand
Table 79.50. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-mistralclient plugin.

79.13. workflow execution list

Usage:

openstack workflow execution 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]
                                       [--task [TASK]] [--marker [MARKER]]
                                       [--limit [LIMIT]]
                                       [--sort_keys [SORT_KEYS]]
                                       [--sort_dirs [SORT_DIRS]]
                                       [--filter FILTERS]
Copy to Clipboard Toggle word wrap

List all executions.

Expand
Table 79.51. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--task [TASK]

Parent task execution id associated with workflow execution list.

--marker [MARKER]

The last execution uuid of the previous page, displays list of executions after "marker".

--limit [LIMIT]

Maximum number of executions to return in a single result. limit is set to 100 by default. Use --limit -1 to fetch the full result set.

--sort_keys [SORT_KEYS]

Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list

--sort_keys=id,description

 

--sort_dirs [SORT_DIRS]

Comma-separated list of sort directions. Default: asc. Example: mistral execution-list

--sort_keys=id,description --sort_dirs=asc,desc

 

--filter FILTERS

Filters. can be repeated.

Expand
Table 79.52. 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 79.53. 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 79.54. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.55. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.14. workflow execution output show

Usage:

openstack workflow execution output show [-h] id
Copy to Clipboard Toggle word wrap

Show execution output data.

Expand
Table 79.56. Positional Arguments
ValueSummary

id

Execution id

Expand
Table 79.57. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-mistralclient plugin.

79.15. workflow execution show

Usage:

openstack workflow execution show [-h]

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

Show specific execution.

Expand
Table 79.58. Positional Arguments
ValueSummary

execution

Execution identifier

Expand
Table 79.59. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.60. 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 79.61. 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 79.62. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.63. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.16. workflow execution update

Usage:

openstack workflow execution update [-h]

                                         [-f {json,shell,table,value,yaml}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--fit-width] [--print-empty]
                                         [--noindent] [--prefix PREFIX]
                                         [-s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}]
                                         [-e ENV] [-d DESCRIPTION]
                                         id
Copy to Clipboard Toggle word wrap

Update execution.

Expand
Table 79.64. Positional Arguments
ValueSummary

id

Execution identifier

Expand
Table 79.65. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

-s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}, --state {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}

Execution state

-e ENV, --env ENV

Environment variables

-d DESCRIPTION, --description DESCRIPTION

Execution description

Expand
Table 79.66. 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 79.67. 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 79.68. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.69. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.17. workflow list

Usage:

openstack workflow 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] [--filter FILTERS]
Copy to Clipboard Toggle word wrap

List all workflows.

Expand
Table 79.70. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--filter FILTERS

Filters. can be repeated.

Expand
Table 79.71. 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 79.72. 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 79.73. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.74. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.18. workflow show

Usage:

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

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

Show specific workflow.

Expand
Table 79.75. Positional Arguments
ValueSummary

workflow

Workflow id or name.

Expand
Table 79.76. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--namespace [NAMESPACE]

Namespace to get the workflow from.

Expand
Table 79.77. 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 79.78. 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 79.79. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.80. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

79.19. workflow update

Usage:

openstack workflow update [-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] [--id ID]
                               [--namespace [NAMESPACE]] [--public]
                               definition
Copy to Clipboard Toggle word wrap

Update workflow.

Expand
Table 79.81. Positional Arguments
ValueSummary

definition

Workflow definition

Expand
Table 79.82. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--id ID

Workflow id.

--namespace [NAMESPACE]

Namespace of the workflow.

--public

With this flag workflow will be marked as "public".

Expand
Table 79.83. 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 79.84. 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 79.85. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.86. CSV Formatter
ValueSummary

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

when to include quotes, defaults to nonnumeric

This command is provided by the python-mistralclient plugin.

79.20. workflow validate

Usage:

openstack workflow validate [-h] [-f {json,shell,table,value,yaml}]

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

Validate workflow.

Expand
Table 79.87. Positional Arguments
ValueSummary

definition

Workflow definition file

Expand
Table 79.88. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 79.89. 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 79.90. 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 79.91. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 79.92. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-mistralclient plugin.

返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat