Skip to main content

CLI Reference

CLI Reference

Active Public CLI

See the active command tree and open the detailed guide for each operation.

Commandcusty COMMAND [ARGS]...

Category

Reference

Quick Command

custy [GLOBAL_OPTIONS] COMMAND [COMMAND_OPTIONS]

Typerdirect commandscommand groups

Syntax​

Global options belong before the selected command. Options owned by a command or subcommand follow that name.

CLI shape
bash
custy [GLOBAL_OPTIONS] COMMAND [COMMAND_OPTIONS]
custy [GLOBAL_OPTIONS] GROUP SUBCOMMAND [SUBCOMMAND_OPTIONS]

# Equivalent source-checkout entrypoint

python -m app [GLOBAL_OPTIONS] COMMAND [COMMAND_OPTIONS]

Direct Commands

Root Operations

custy initCreate or replace project configuration, templates, examples, and a version file. Open Init docs.
custy validateRun the complete project-readiness profile. Open Validate docs.
custy commitRun the prepared commit pipeline. Open Commit docs.
custy tagPrepare version artifacts and create a local Git tag. Open Tag docs.
custy pushPush the resolved branch and optional tag to configured remotes. Open Push docs.
custy runResolve one or more supported public profiles into an ordered pipeline. Open Run docs.

Command Groups

Grouped Operations

custy changelog generateGenerate CHANGELOG.md through the active semantic changelog system. Open Changelog docs.
custy version updateResolve and apply a compatible version to the configured version file. Open Version docs.
custy backup commit | tag | allBack up one or both message templates. Open Backup docs.
custy cleanup backups | branches | allRemove retained backup files, eligible branches, or both. Open Cleanup docs.
custy configure credentialsConfigure, inspect, test, or remove optional external HTTPS credential fallback. Open Configure Credentials docs.
custy workflow branchEvaluate or enforce branch and tag transitions through the experimental workflow surface. Open Workflow warning.

Run Profile Boundary

The typed custy run argument accepts commit, tag, push, dev, release, and full. Other names in PIPELINE_PROFILES support direct commands or internal composition and are not additional public Run values.

See Pipeline Profiles for the compact index and Complete Profile Reference for all expanded steps.


Continue