Syntax
Command Syntax
Stable with Limitations
Select one or more supported public profiles and place global execution options before the Run command.
Command
custy runCategory
Pipeline
Quick Command
custy run PROFILE [PROFILE ...] [OPTIONS]Overview
Run accepts one or more names from the six public profiles. Custy expands, deduplicates, and globally orders their registered stages.
Supported Command Forms
Command Syntax
Available command syntax and usage examples.
Daily development
Run the development profile.
bash
custy run devStandard release
Run the release profile through push.
bash
custy run releaseRelease and finalize
Run the release stages followed by workflow finalization.
bash
custy run fullMerge public profiles
Merge, deduplicate, and globally order the three public profiles.
bash
custy run commit tag pushPreview a release
Pass global dry-run before the Run command.
bash
custy --dry-run run release