CLICommand reference
Domains
Generated reference for nimbu domains
Generated from the CLI command contract. Do not edit this page manually.
nimbu domains
Manage custom domains
nimbu domains create
Create a domain
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline assignments (e.g. redirect_domain=www.example.com, default_locale=nl) |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--domain | yes | Hostname | |
--file | no | Read domain JSON from file (use - for stdin) |
nimbu domains delete
Delete a domain
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--domain | yes | Domain ID or hostname |
nimbu domains get
Get domain details
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--domain | yes | Domain ID or hostname |
nimbu domains list
List domains
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--fields | no | Comma-separated fields to return | |
--locale | no | Filter by locale | |
--include | no | Include related resources | |
--sort | no | Sort by field, e.g. field or field:desc | |
--filters | no | Filter by key=value, repeatable | |
--all | no | Fetch all pages | |
--page | no | 1 | Page number |
--per-page | no | 25 | Items per page |
nimbu domains make-primary
Make a domain primary
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--domain | yes | Domain ID or hostname |
nimbu domains update
Update a domain
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline assignments (e.g. redirect_domain=www.example.com, default_locale=nl) |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--domain | yes | Domain ID or hostname | |
--file | no | Read domain JSON from file (use - for stdin) |