Skip to main content

Options

Options

Recommended

Learn about the available command-line options for project validation.

Commandcusty validate

Category

Validation

Quick Command

custy validate

optionsvalidationcli

Overview​

The validation command supports several command-line options that influence how validation is performed.

Some options change the validation behavior, while others determine how Custy interacts with the project during the validation process.


Available Options

Command Options

Available command-line options.

--skip-checks
Optional

Skip optional validation checks when supported by the current workflow.
--force-commit
Optional

Continue validation even when no staged changes are available.
--auto-stage
Optional

Automatically stage modified files before validating staged changes.
--stage-mode
Optional

Choose how automatic staging is performed.

Option Priority

When determining validation behavior, Custy resolves values using the following order of precedence.

  1. Command-line options.
  2. Project configuration (config.toml).
  3. Built-in Custy defaults.

This allows projects to define sensible defaults while still allowing individual executions to override specific settings.



What's Next?

The next page explains every validation step performed by Custy and the purpose of each check.