Skip to main content

Syntax

Command Syntax

Stable with Limitations

Select one or more supported public profiles and place global execution options before the Run command.

Commandcusty run

Category

Pipeline

Quick Command

custy run PROFILE [PROFILE ...] [OPTIONS]

syntaxprofilescomposition

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 dev

Standard release

Run the release profile through push.

bash
custy run release

Release and finalize

Run the release stages followed by workflow finalization.

bash
custy run full

Merge public profiles

Merge, deduplicate, and globally order the three public profiles.

bash
custy run commit tag push

Preview a release

Pass global dry-run before the Run command.

bash
custy --dry-run run release