Kitaru

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

NameTypeRequiredDescription
IMPORTERreferenceYesImporter UUID or name.

Options

NameTypeRequiredDescription
--scriptpathNoPython script to upload.
--packagerequirementNoPinned package requirement.
--entrypointstringYesScript attribute or module reference.
--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