lbcli list projects (2.1 and above)
Lists projects resources.
lbcli list projectsLists projects resources.
lbcli list projects [flags]Examples:
x
# List all projects in yaml format:lbcli -J $JWT list projects --output-format=yaml| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for projects. |
This command returns the following fields for each project. 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 |
|---|---|---|
| Name | String | Project name. |
| Description | String | Project description. |
Was this page helpful?