24.3. 凭证列表
列出凭证
使用方法:
openstack credential list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--quote {all,minimal,none,nonnumeric}] [--noindent] [--max-width <integer>] [--fit-width] [--print-empty] [--sort-column SORT_COLUMN] [--sort-ascending | --sort-descending] [--user <user>] [--user-domain <user-domain>] [--type <type>]
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--user <user> | 根据 <user> (名称或 id)过滤凭证 |
--user-domain <user-domain> | 用户所属的域(名称或 id)。这可用于在用户名之间发生冲突。 |
--type <type> | 根据类型过滤凭证:cert、ec2 totp 等 |
值 | 概述 |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | 输出格式,默认为 table |
-c COLUMN, --column COLUMN | 指定要包含的列,可以重复显示多个列 |
--sort-column SORT_COLUMN | 指定要对数据进行排序的列(首先指定的列有优先级,非现有列将被忽略),可以重复执行 |
--sort-ascending | 以升序对列进行排序 |
--sort-descending | 以降序排列列 |
值 | 概述 |
---|---|
--quote {all,minimal,none,nonnumeric} | 当包含引号时,则默认为非数字 |
值 | 概述 |
---|---|
--noindent | 是否禁用缩进 json |
值 | 概述 |
---|---|
--max-width <integer> | 最大显示宽度 <1 要禁用。您还可以使用 CLIFF_MAX_TERM_WIDTH 环境变量,但参数具有优先权。 |
--fit-width | 将表适合显示宽度。如果 --max-width 大于 0,则表示表示。将环境变量 CLIFF_FIT_WIDTH=1 设置为 always 启用 |
--print-empty | 如果没有要显示的数据,打印空表。 |