zoryn-check-spec(1)
| ZORYN-CHECK-SPEC(1) | Zoryn Manual | ZORYN-CHECK-SPEC(1) |
NAME
zoryn-check-spec - Validate spec file for common errors.
SYNOPSIS
zoryn check spec [OPTION]… [SPECFILE]
DESCRIPTION
Check spec file for common errors before submitting. Validates required fields, changelog consistency, and optionally checks URL/VCS reachability.
ARGUMENTS
- SPECFILE
- Path to spec file. If omitted, auto-detected from .gear directory.
OPTIONS
- -B BRANCH, --branch=BRANCH (absent=sisyphus)
- Target branch for RDB version lookup (default: sisyphus).
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- --no-network
- Skip network checks (URL/VCS reachability).
COMMON OPTIONS
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
- --version
- Show version information.
EXIT STATUS
zoryn check spec exits with:
- 0
- on success.
- 123
- on indiscriminate errors reported on standard error.
- 124
- on command line parsing errors.
- 125
- on unexpected internal errors (bugs).
EXAMPLES
Check spec in current directory:
zoryn check spec
Check without network requests:
zoryn check spec --no-network
SEE ALSO
zoryn-submit(1)
zoryn(1)
| Zoryn 0.46.0 |
