Examples
Examples
Currently Blocked
Review non-production interface examples for branch boundaries, version boundaries, and diagnostic output.
Command
custy workflow branchCategory
Experimental Workflow
Quick Command
custy workflow branch [OPTIONS]Overview
These forms explain the declared interface. They are not a recommendation to use the blocked command in release automation.
Interface Examples
Examples
Practical command examples.
Validate a branch transition
Request validation of a specific branch transition.
CLI
custy --dry-run workflow branch --check_transition --from-branch develop --to-branch mainValidate a version transition
Request validation with the short check flag.
CLI
custy --dry-run workflow branch -ct --from-tag v1.2.0 --to-tag v1.3.0Inspect diagnostics
Enable local diagnostic output for interface testing.
CLI
custy --debug --log-level debug workflow branch --check_transition