Nimbu Developer Docs
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

NameRequiredDescription
assignmentsnoInline assignments (e.g. redirect_domain=www.example.com, default_locale=nl)

Flags

FlagRequiredDefaultDescription
--domainyesHostname
--filenoRead domain JSON from file (use - for stdin)

nimbu domains delete

Delete a domain

Flags

FlagRequiredDefaultDescription
--domainyesDomain ID or hostname

nimbu domains get

Get domain details

Flags

FlagRequiredDefaultDescription
--domainyesDomain ID or hostname

nimbu domains list

List domains

Flags

FlagRequiredDefaultDescription
--fieldsnoComma-separated fields to return
--localenoFilter by locale
--includenoInclude related resources
--sortnoSort by field, e.g. field or field:desc
--filtersnoFilter by key=value, repeatable
--allnoFetch all pages
--pageno1Page number
--per-pageno25Items per page

nimbu domains make-primary

Make a domain primary

Flags

FlagRequiredDefaultDescription
--domainyesDomain ID or hostname

nimbu domains update

Update a domain

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. redirect_domain=www.example.com, default_locale=nl)

Flags

FlagRequiredDefaultDescription
--domainyesDomain ID or hostname
--filenoRead domain JSON from file (use - for stdin)

On this page