zoryn-task(1)
| ZORYN-TASK(1) | Zoryn Manual | ZORYN-TASK(1) |
NAME
zoryn-task - Task operations.
SYNOPSIS
zoryn task [COMMAND] …
DESCRIPTION
Manage build tasks on gyle/gitery.
COMMANDS
Use zoryn task COMMAND --help for help on a specific command.
- abort [-C DIR] [--debug] [OPTION]… TASK_ID
- Abort a running task.
- add [OPTION]… [[TASK_ID[^SUBTASK_ID|/SUBTASK_ID]]] [ACTION]…
- Add subtask to task.
- approve [OPTION]… TASK_ID SUBTASK
- Approve a task subtask.
- batch [OPTION]… CONFIG
- Run batch build from config file.
- copy [OPTION]… TASK_ID
- Copy task to another repository.
- delete [-C DIR] [--debug] [OPTION]… TASK_ID PACKAGE|SUBTASK
- Delete subtask from task.
- delsub [-C DIR] [--debug] [OPTION]… TASK_ID PACKAGE|SUBTASK
- Delete subtask from task.
- disapprove [OPTION]… TASK_ID SUBTASK
- Disapprove a task subtask.
- download [OPTION]… PACKAGE|TASK_ID
- Download RPMs from task to hasher repo.
- genbatch [OPTION]… TASK_ID
- Generate batch config from existing task.
- gitclone [-C DIR] [--debug] [OPTION]… TASK_ID
- Clone all subtask git repositories of a task.
- log [OPTION]… TASK_ID [SUBTASK]
- View build or event logs in TUI viewer.
- ls [OPTION]…
- List build tasks.
- manage [OPTION]… [TASK_ID]
- Interactive TUI for browsing and managing tasks.
- mkrepo [OPTION]… TASK_ID
- Generate a merged apt repo from a task overlaid on a base mirror
- new [-C DIR] [--debug] [OPTION]… REPO
- Create a new task.
- rebuild [OPTION]… TARGET
- Rebuild dependent packages locally and add to task.
- refresh [OPTION]… TASK_ID
- Refresh stale subtasks in task.
- rm [-C DIR] [--debug] [OPTION]… TASK_ID
- Remove a task.
- run [OPTION]… [TASK_ID]
- Queue a task for build.
- show [OPTION]… [TASK_ID]
- Show task details.
- test-rebuild [OPTION]… TASK_ID
- Test rebuild dependent packages without adding to task.
OPTIONS
- -V
- Show version information.
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 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).
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
