zoryn-task-genbatch(1)
| ZORYN-TASK-GENBATCH(1) | Zoryn Manual | ZORYN-TASK-GENBATCH(1) |
NAME
zoryn-task-genbatch - Generate batch config from existing task.
SYNOPSIS
zoryn task genbatch [OPTION]… TASK_ID
DESCRIPTION
Generate a batch configuration file from an existing task.
Useful for recreating tasks or building similar package sets.
ARGUMENTS
- TASK_ID (required)
- Task ID.
OPTIONS
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- --main=PKG
- Override main package.
- -o FILE, --output=FILE
- Write to file instead of stdout.
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 genbatch 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
Generate config to stdout:
zoryn task genbatch 123456
Generate config to file:
zoryn task genbatch 123456 --output batch.conf
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
