lbcli list credentials (2.1 and above)
Lists credentials resources.
lbcli list credentials
Lists credentials resources.
lbcli list credentials [flags]
Examples:
x
# Briefly list 'my-proj' project credentials:
lbcli -J $JWT list credentials --project-name=my-proj
# List 'proj-1' project credentials with their payloads, in JSON format:
lbcli -J $JWT list credentials --project-name=proj-1 --output-format=json
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for credentials. | |
--project-name | string | Project name. |
This command returns the following fields for each credential. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.
Field | Type | Description |
---|---|---|
ID | String | Credential ID. |
Type | Enum |
|
Was this page helpful?