bird billing plans get
Usage
Esempio di codice
bird billing plans get <plan-id> [flags]Description
Read one billing plan by id — its tier, list price, and the resource limits (quotas) it enforces. Use it after billing_plans_list to confirm a specific plan's price and allowances. Public: needs no authentication.
Examples
Esempio di codice
bird billing plans get <id>
bird billing plans get <id> -f text
# find an id to pass
bird billing plans listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird billing plans list | List billing plans |