zoryn-task-new(1)
| ZORYN-TASK-NEW(1) | Zoryn Manual | ZORYN-TASK-NEW(1) |
NAME
zoryn-task-new - Create a new task.
SYNOPSIS
zoryn task new [-C DIR] [--debug] [OPTION]… REPO
DESCRIPTION
Create a new task in a binary repository. Wraps ssh gyle task new.
ARGUMENTS
- REPO (required)
- Binary repository name.
OPTIONS
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
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 new 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
Create a new task in sisyphus:
zoryn task new sisyphus
Create a new task in p11:
zoryn task new p11
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
