Skip to main content

Syntax

Command Syntax

Currently Blocked

Review the accepted experimental branch and version transition inputs without treating them as production-ready.

Commandcusty workflow branch

Category

Experimental Workflow

Quick Command

custy workflow branch [OPTIONS]

syntaxbranch transitionexperimental

Overview

These forms document the accepted interface. They do not bypass the current pipeline-construction blocker.


Accepted Command Forms

Command Syntax

Available command syntax and usage examples.

Load configured transition inputs

Resolve workflow values from configuration and defaults.

bash
custy workflow branch

Request transition validation

Request validation without policy enforcement.

bash
custy workflow branch --check_transition

Specify branches

Provide an explicit branch transition.

bash
custy workflow branch --from-branch develop --to-branch main

Specify versions

Provide an explicit version transition.

bash
custy workflow branch --from-tag v1.2.0 --to-tag v1.3.0

Preview enforcement inputs

Resolve enforcement and dry-run settings locally.

bash
custy --dry-run workflow branch --enforce