Synopsis
Description
Parses and validates avibe.yaml manifest against all validation rules. Prints a success message or a list of errors.
Arguments
| Argument | Default | Description |
|---|---|---|
[manifest] | vibe.yaml | Path to the manifest file |
Options
Examples
Output
On success:Notes
- Validation is also run automatically during
vibe package— you don’t need to runvalidateseparately before packaging - Exit code
0on success, non-zero on any validation error
