Kitaru

kitaru flow tag

Attach or move a public tag on one deployment version.

Use this after kitaru deploy when you want to add another route or move an existing one without creating a new deployment version.

Usage

kitaru flow tag FLOW TAG [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
FLOWstrYesDeployment-backed flow name.
TAGstrYesPublic deployment tag to attach or move after deploy time.
--versionintYesExact deployment version to tag.
--exclusiveboolNoFalseMove this tag away from older versions.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page