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
| Name | Type | Required | Description |
|---|---|---|---|
COHORT | reference | Yes | Cohort UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--add-session | UUID[] | No | Ordered session IDs to add. |
--remove-session | UUID[] | No | Ordered session IDs to remove. |
--baseline | UUID | No | Exact cohort version the membership delta applies to. |
--display-version | string | No | Human-readable version. |
--idempotency-key | string | No | Retrying 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.