Skip to main content

Syntax

Syntax

Recommended

Learn how to invoke the validation command using Custy's CLI.

Commandcusty validate

Category

Validation

Quick Command

custy validate

syntaxvalidationcli

Overview​

The public validation interface is the standalone custy validate command.


Command Syntax

Command Syntax

Available command syntax and usage examples.

Direct Validation

Run the validation process directly.

bash
custy validate

How Validation Is Executed

The standalone command performs the complete public validation profile without continuing into commit, tag, or push operations.

When validation is successful, subsequent workflow commands may continue with commit, tagging, pushing, or release operations.


Command Forms

The validation command has one public form.

CommandPurpose
custy validateRun validation directly.

Internal validation profiles are reused by other commands, but their names are not accepted as public Run arguments.



What's Next?

Continue to the Options page to learn about the command-line options that control validation behavior.