Nimbu Developer Docs
CLICommand reference

Collections

Generated reference for nimbu collections

Generated from the CLI command contract. Do not edit this page manually.

nimbu collections

Manage collections

nimbu collections copy

Copy collections between sites

Flags

FlagRequiredDefaultDescription
--fromyesSource site
--toyesTarget site
--from-hostnoSource API base URL or host
--to-hostnoTarget API base URL or host
--allow-errorsnoContinue on item-level validation errors

nimbu collections count

Count collections

Flags

FlagRequiredDefaultDescription
--localenoFilter by locale
--filtersnoFilter by key=value, repeatable

nimbu collections create

Create collection from JSON

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. name=Summer, slug=summer)

Flags

FlagRequiredDefaultDescription
--filenoRead collection JSON from file (use - for stdin)

nimbu collections delete

Delete collection

Flags

FlagRequiredDefaultDescription
--collectionyesCollection ID or slug

nimbu collections get

Get collection details

Flags

FlagRequiredDefaultDescription
--collectionyesCollection ID or slug

nimbu collections list

List collections

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 collections update

Update collection

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. name=Summer, slug=summer)

Flags

FlagRequiredDefaultDescription
--collectionyesCollection ID or slug
--filenoRead collection JSON from file (use - for stdin)

On this page