Task Submit#

Usage#

hyper-shell task submit [-h] [-t TAG [TAG...]] ARGS...

Description#

Submit individual task to the database.

A database must be configured. The task will not run until scheduled by the server process. The task UUID will be printed to standard out.

See task info command.


Arguments#

ARGS…

Command-line arguments.

The full command-line for some shell task. To use options, preface with leading --.

Options#

-t, --tag TAG

Assign one or more tags

Tags allow for user-defined tracking of information related to individual tasks or large groups of tasks. They are defined with both a key and value (e.g., --tag file:a). The default value for tags is blank. When searching with tags, not specifying a value will return any task with that key defined regardless of value (including blank).