zoryn-tag-find(1)
| ZORYN-TAG-FIND(1) | Zoryn Manual | ZORYN-TAG-FIND(1) |
NAME
zoryn-tag-find - Find git tags matching version.
SYNOPSIS
zoryn tag find [-C DIR] [--debug] [--latest] [OPTION]… VERSION
DESCRIPTION
Find git tags that match a given version number.
Uses version mapping from .gear/version-up if present.
ARGUMENTS
- VERSION (required)
- Version to find tags for.
OPTIONS
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- -l, --latest
- Output only the newest tag (for scripts).
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 tag find 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
Find tags for version 1.2.3:
zoryn tag find 1.2.3
Get only the newest tag (for scripts):
zoryn tag find --latest 1.2.3
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
