Kitaru

kitaru deploy

Deploy a new flow version and attach one routing tag.

kitaru deploy attaches exactly one routing tag at deploy time. To add or move more tags later, use kitaru flow tag.

Usage

kitaru deploy TARGET [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
TARGETstrYesFlow target <module_or_file>:<flow_name>.
--tagstrNo"default"Single routing tag to attach at deploy time. Use kitaru flow tag to add or move tags later.
--exclusiveboolNoFalseMake this deploy-time tag exclusive.
--inputstrNoNoneRepresentative deployment-time flow inputs as JSON or @file.
--stackstrNoNoneOptional stack override.
--cacheboolNoNoneOptional cache override.
--retriesintNoNoneOptional retry override.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page