Requirements
Requirements
Profile-dependent
Prepare the union of repository, file, editor, version, tag, remote, and authentication requirements for selected profiles.
Command
custy runCategory
Pipeline
Quick Command
custy run PROFILE [PROFILE ...] [OPTIONS]Overview
Requirements depend on the selected profile. A combined sequence inherits the requirements and side effects of every included stage.
General Pipeline Requirements
Requirements
Git Repository
Run the command inside the intended repository and branch.
Required Project Files
Make the selected profile's version, commit-message, and tag-message files available.
Reviewed Working Tree
Understand working-tree and Git-index changes before mutating profiles run.
Interactive Editor
Provide the configured editor when generated artifacts require review.
Current Tag History
Update local tags before profiles resolve or create versions.
Remote Access
Profiles that push need reachable remotes, authentication, and permission under branch-protection rules.
Recommended Preflight
Terminal
bashgit status -sb
git tag --list
git remote -v
custy --dry-run run PROFILE