Examples
Examples
Stable with Limitations
Use reviewed Dev-profile patterns for previews, staging control, project templates, and normal daily execution.
Command
custy run devCategory
Pipeline Profile
Quick Command
custy run dev [OPTIONS]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 devUse tracked-change staging
Select update-style staging for tracked modifications and deletions.
CLI
custy run dev --auto-stage --stage-mode updateUse 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.txtRun after review
Execute the configured development pipeline.
CLI
custy run dev