Skip to main content

Output

Command Output

Profile-dependent

Interpret combined validation, artifact, backup, Git, remote, and finalization output from resolved profiles.

Commandcusty run

Category

Pipeline

Quick Command

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

outputpipeline stagesverification

Overview​

Run output combines every resolved stage. The content therefore changes with the selected profile names and their normalized pipeline.


Representative Output

Command Output

Example output produced after running the command.

Resolved Pipeline Progress

Representative categories reported by a mutating release profile.

Terminal
text
Repository validation completed
Version and artifacts prepared
Changelog generated
Commit and tag created
Remote synchronization completed

Dry-Run Intent

Representative preview for external or Git-history operations.

Terminal
text
Dry-run: create commit
Dry-run: create tag
Dry-run: push HEAD and tag

Output can also include editor prompts, generated artifact paths, backup results, actionable validation errors, and finalization output for full.


Verify Repository State

Terminal
bash
git status -sb
git log -1 --decorate --stat
git tag --points-at HEAD
git remote -v