lbcli get project (2.1 and above)
Gets project information.
lbcli get project
Gets project information.
lbcli get project [flags]
Examples:
# Get information of project by name:
lbcli -J $JWT get project --name=proj1
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for project. | |
--name | string | Project name. Note: The project name must adhere to certain requirements to be valid. See lbcli create project for additional information. |
This command returns the following fields for the project. The default output format is yaml. The JSON output format is also supported. The human-readable output only shows some of these fields.
Field | Type | Description |
---|---|---|
Name | String | Project name. |
Description | String | Project description. |
Was this page helpful?