Output
Command Output
Interpret per-remote dry-run, success, skip, warning, and failure messages from the push profile.
custy pushCategory
Quick Command
custy push [OPTIONS]Overview
Custy reports operations per resolved remote. Read the remote name and role for every message because different destinations can produce different results.
Representative Output
Command Output
Example output produced after running the command.
Dry-Run Remote Processing
Representative intent reported before normal synchronization.Remote role: main
Remote: origin
Dry-run: push HEAD
Dry-run: push tag v1.2.3
Backup Remote Skipped
Representative skip behavior when no eligible backup destination is available.Backup synchronization skipped
No eligible backup remote resolved
Output can include the current branch, remote role, dry-run intent, HEAD and tag results, backup warnings, or an actionable validation error.
Verify Remote State
git status -sb
git ls-remote --heads origin
git ls-remote --tags originReplace origin with the destination reported by the workflow.