kitaru importer version register
Create the next version of an existing importer.
Usage
kitaru importer version register IMPORTER [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
IMPORTER | reference | Yes | Importer UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--script | path | No | Python script to upload. |
--package | requirement | No | Pinned package requirement. |
--entrypoint | string | Yes | Script attribute or module reference. |
--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.