zoryn-check-version(1)
| ZORYN-CHECK-VERSION(1) | Zoryn Manual | ZORYN-CHECK-VERSION(1) |
NAME
zoryn-check-version - Check for new upstream version.
SYNOPSIS
zoryn check version [OPTION]…
DESCRIPTION
Check if a newer version is available upstream for the specified package.
Uses watch file (.gear/watch) or VCS URL from spec file to check for updates. Compares current version from spec with available upstream versions.
OPTIONS
- -B BRANCH, --branch=BRANCH (absent=sisyphus)
- Repository branch (default: sisyphus).
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- -p PKG, --package=PKG
- Package name to check (default: from .gear spec in current directory).
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 version 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 package by name:
zoryn check version -p nginx
Check against p11 version:
zoryn check version -p nginx -B p11
SEE ALSO
zoryn-up(1)
zoryn(1)
| Zoryn 0.46.0 |
