Skip to main content

Custom Sequences

Custom Profile Sequences

Advanced

Merge supported public profiles into one deduplicated and globally ordered pipeline.

Commandcusty run

Category

Pipeline

Quick Command

custy run PROFILE PROFILE [OPTIONS]

compositiondeduplicationpipeline order

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 push

Commit, tag, and push

Build a release-like sequence from three public profiles.

CLI
custy run commit tag push

Preview tag and push

Inspect the normalized stages before creating or publishing references.

CLI
custy --dry-run run tag push

Normalization 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.