第 76 章 software
本章论述了 软件
命令下的命令。
76.1. 软件配置创建
创建软件配置
使用方法:
openstack software config create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--config-file <config-file>] [--definition-file <destination-file>] [--group <group>] <config-name>
值 | 概述 |
---|---|
<config-name> | 要创建的软件配置的名称 |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--config-file <config-file> | 包含定义 <inputs>、<outputs> 和 <options> 的映射的路径 |
--definition-file <destination-file> | 软件配置脚本/数据的路径 |
--group <group> | 软件配置预期的工具组名称 |
值 | 概述 |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | 输出格式,默认为 json |
-c COLUMN, --column COLUMN | 指定要包含的列,可以重复显示多个列 |
值 | 概述 |
---|---|
--noindent | 是否禁用缩进 json |
值 | 概述 |
---|---|
--prefix PREFIX | 在所有变量名称中添加前缀 |
值 | 概述 |
---|---|
--max-width <integer> | 最大显示宽度 <1 要禁用。您还可以使用 CLIFF_MAX_TERM_WIDTH 环境变量,但参数具有优先权。 |
--fit-width | 将表适合显示宽度。如果 --max-width 大于 0,则表示表示。将环境变量 CLIFF_FIT_WIDTH=1 设置为 always 启用 |
--print-empty | 如果没有要显示的数据,打印空表。 |