Skip to content

Commit e00e950

Browse files
committed
DOCS-3234: Add CLI commands for billing service
1 parent 8f1e34f commit e00e950

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/dev/tools/cli.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1085,17 +1085,22 @@ See [create an organization API key](#create-an-organization-api-key) for more i
10851085
| `support-email get` | Get the support email for an organization. | - |
10861086
| `support-email set` | Set the support email for an organization. | - |
10871087
| `logo set` | Upload the logo for an organization from a local file. | - |
1088+
| `billing-service get-config` | Get the billing service config for an organization. | - |
1089+
| `billing-service enable` | Enable the billing service for an organization. | - |
1090+
| `billing-service update` | Update the billing service update for an organization. | - |
1091+
| `billing-service disable` | Disable the billing service for an organization. | - |
10881092
| `--help` | Return help | - |
10891093

10901094
##### Named arguments
10911095

10921096
<!-- prettier-ignore -->
10931097
| Argument | Description | Applicable commands | Required? |
10941098
| -------- | ----------- | ------------------- | --------- |
1095-
| `--org-id` | The organization to perform the command on. | `api-key`, `support-email get`, `support-email set`, `logo set`. | **Required** |
1099+
| `--org-id` | The organization to perform the command on. | `api-key`, `support-email get`, `support-email set`, `logo set`, `billing-service get-config`, `billing-service enable`, `billing-service update`, `billing-service disable`. | **Required** |
10961100
| `--name` | The optional name for the organization API key. If omitted, a name will be auto-generated based on your login info and the current time |`api-key` | Optional |
10971101
| `--support-email` | The support email to set for the organization. | `support-email get`, `support-email set` | **Required** |
10981102
| `--logo-path` | The support email to set for the organization. | `logo set` | **Required** |
1103+
| `--address` | The stringified billing address that follows the pattern: line1, line2 (optional), city, state, zipcode. | `billing-service enable`, `billing-service update` | **Required** |
10991104

11001105
### `packages`
11011106

0 commit comments

Comments
 (0)