zoryn-task-show(1)
| ZORYN-TASK-SHOW(1) | Zoryn Manual | ZORYN-TASK-SHOW(1) |
NAME
zoryn-task-show - Show task details.
SYNOPSIS
zoryn task show [OPTION]… [TASK_ID]
DESCRIPTION
Show detailed information about a build task from gyle.
ARGUMENTS
- TASK_ID
- Task ID to show. When omitted, the last task you worked with is shown, falling back to gyle's latest.
OPTIONS
- --brief
- Use brief output format.
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- --json
- Use JSON output format with colorization.
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 task show 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
Show task details:
zoryn task show 409684
Show task in brief format:
zoryn task show --brief 409684
Show task as colorized JSON:
zoryn task show --json 409684
Show latest task:
zoryn task show
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
