Este contenido no está disponible en el idioma seleccionado.
Chapter 24. credential
This chapter describes the commands under the credential
command.
24.1. credential create Copiar enlaceEnlace copiado en el portapapeles!
Create new credential
Usage:
Value | Summary |
---|---|
<user> | User that owns the credential (name or id) |
<data> | New credential data |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--type <type> | New credential type: cert, ec2, totp and so on |
--project <project> | Project which limits the scope of the credential (name or ID) |
Value | Summary |
---|---|
-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 to show multiple columns |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--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. |
24.2. credential delete Copiar enlaceEnlace copiado en el portapapeles!
Delete credential(s)
Usage:
openstack credential delete [-h] <credential-id> [<credential-id> ...]
openstack credential delete [-h] <credential-id> [<credential-id> ...]
Value | Summary |
---|---|
<credential-id> | Id of credential(s) to delete |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
24.3. credential list Copiar enlaceEnlace copiado en el portapapeles!
List credentials
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--user <user> | Filter credentials by <user> (name or id) |
--user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
--type <type> | Filter credentials by type: cert, ec2, totp and so on |
Value | Summary |
---|---|
-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 to show multiple columns |
--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 |
--sort-ascending | Sort the column(s) in ascending order |
--sort-descending | Sort the column(s) in descending order |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--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. |
24.4. credential set Copiar enlaceEnlace copiado en el portapapeles!
Set credential properties
Usage:
openstack credential set [-h] --user <user> --type <type> --data <data> [--project <project>] <credential-id>
openstack credential set [-h] --user <user> --type <type> --data <data>
[--project <project>]
<credential-id>
Value | Summary |
---|---|
<credential-id> | Id of credential to change |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--user <user> | User that owns the credential (name or id) |
--type <type> | New credential type: cert, ec2, totp and so on |
--data <data> | New credential data |
--project <project> | Project which limits the scope of the credential (name or ID) |
24.5. credential show Copiar enlaceEnlace copiado en el portapapeles!
Display credential details
Usage:
openstack credential show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] <credential-id>
openstack credential show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<credential-id>
Value | Summary |
---|---|
<credential-id> | Id of credential to display |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-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 to show multiple columns |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--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. |