Skip to main content

Examples

Examples

Stable with Limitations

Use reviewed Dev-profile patterns for previews, staging control, project templates, and normal daily execution.

Commandcusty run dev

Category

Pipeline Profile

Quick Command

custy run dev [OPTIONS]

examplesdevelopmentdry-run

Overview

Start with dry-run and use staging or message overrides only when the repository needs them.


Common Examples

Examples

Practical command examples.

Preview daily development

Inspect commit-message, staging, commit, and branch-push intent before mutations.

CLI
custy --dry-run run dev

Use tracked-change staging

Select update-style staging for tracked modifications and deletions.

CLI
custy run dev --auto-stage --stage-mode update

Use a project commit template

Provide the message file used by the commit stage.

CLI
custy run dev --commit-msg-file .config/custy/templates/commit-message.txt

Run after review

Execute the configured development pipeline.

CLI
custy run dev