Kitaru

kitaru cohort version create

Create the next immutable version from a membership delta.

Usage

kitaru cohort version create COHORT [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
COHORTreferenceYesCohort UUID or name.

Options

NameTypeRequiredDescription
--add-sessionUUID[]NoOrdered session IDs to add.
--remove-sessionUUID[]NoOrdered session IDs to remove.
--baselineUUIDNoExact cohort version the membership delta applies to.
--display-versionstringNoHuman-readable version.
--idempotency-keystringNoRetrying this exact invocation with the same key returns the original result instead of acting twice.

Every command also accepts the global options listed on the CLI overview page.

On this page