Skip to main content

Examples

Examples

Currently Blocked

Review non-production interface examples for branch boundaries, version boundaries, and diagnostic output.

Commandcusty workflow branch

Category

Experimental Workflow

Quick Command

custy workflow branch [OPTIONS]

examplesnon-productiondiagnostics

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 main

Validate 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.0

Inspect diagnostics

Enable local diagnostic output for interface testing.

CLI
custy --debug --log-level debug workflow branch --check_transition