Custom Sequences
Custom Profile Sequences
Advanced
Merge supported public profiles into one deduplicated and globally ordered pipeline.
Command
custy runCategory
Pipeline
Quick Command
custy run PROFILE PROFILE [OPTIONS]Overviewâ
You may provide more than one of the six public names. Custy's resolver expands every selected profile, removes duplicate step names, and sorts the result using the global pipeline order.
Composition Examples
Examples
Practical command examples.
Commit and push
Merge preparation, commit, and push stages into one ordered pipeline.
CLI
custy run commit pushCommit, tag, and push
Build a release-like sequence from three public profiles.
CLI
custy run commit tag pushPreview tag and push
Inspect the normalized stages before creating or publishing references.
CLI
custy --dry-run run tag pushNormalization Behavior
Input order does not force an unsafe execution order. For example,
commit tag push becomes one coherent flow with shared validation and
preparation stages executed once, followed by ordered commit, tag, and push
stages.