zoryn-task-ls(1)
| ZORYN-TASK-LS(1) | Zoryn Manual | ZORYN-TASK-LS(1) |
NAME
zoryn-task-ls - List build tasks.
SYNOPSIS
zoryn task ls [OPTION]…
DESCRIPTION
List build tasks from gyle. Displays raw task list with optional filtering.
OPTIONS
- -a, --all
- Show all users' tasks (alias for --user ALL).
- -B REPO, --repo=REPO, --branch=REPO
- Filter by target repository (comma-separated).
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- --needs-approval=ROLE
- Filter tasks that need approval from maint or tester.
- -p PKG, --package=PKG
- Filter by package name (regex supported).
- --state=STATE
- Filter by task state (comma-separated).
- --test-only
- Show only test-only tasks.
- --user=NAME
- User name whose tasks to display (default: current user, use ALL for all users).
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 ls 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
List all tasks:
zoryn task ls
Filter by branch:
zoryn task ls -B sisyphus
Filter by state:
zoryn task ls --state TESTED
Filter by package (regex):
zoryn task ls -p php-sphinx
Filter by package regex:
zoryn task ls -p 'php.*'
Show only test-only tasks:
zoryn task ls --test-only
Filter by multiple branches:
zoryn task ls -B sisyphus,p11
Filter by multiple states:
zoryn task ls --state FAILED,EPERM
Show tasks of another user:
zoryn task ls --user zerg
Show all users' tasks:
zoryn task ls --all
Show tasks needing maintainer approval:
zoryn task ls --needs-approval maint
Show tasks needing tester approval:
zoryn task ls --needs-approval tester
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
