Requirements
Requirements
Recommended
Understand the prerequisites required before validating a project.
Command
custy validateCategory
Validation
Quick Command
custy validateOverviewâ
Before running custy validate, your project should satisfy a few basic requirements.
Most validation failures occur because one or more of these prerequisites are missing rather than because of a problem with Custy itself.
Prerequisites
Required Environment
Git Repository
The current directory should already be initialized as a Git repository.
Custy Configuration
Running
custy init beforehand is highly recommended so that configuration and template files are available.Git Remote
The configured Git remote should already exist if your workflow requires remote validation.
Project Resources
Version files and template files should exist in the configured locations.
Recommended Preparation
Before running validation, it is recommended that you:
- Open the project's root directory.
- Verify that Git has been initialized.
- Review your
.config/custy/config.tomlconfiguration. - Stage changes if you intend to continue with a commit workflow.
- Confirm that required template files have been generated.
These steps reduce the likelihood of validation failures.
What Is Not Required?
Validation does not require:
- Existing Git commits.
- Existing Git tags.
- A published release.
- A remote push.
The command verifies readiness for future operations rather than checking project history.
What's Next?
The next page explains the command syntax and the available invocation forms for running project validation.