hget tasks

Summary

Gets an asset's tasks.

Return Value

Returns the full paths to all tasks.

Usage

hget tasks [-name <asset name>] [-ids] [-basenames] [-v] [-tag <tag text>] [-status <status list>]

Where:

  • <asset name> = The name of the asset to get the tasks of.
  • -ids = If given, the task IDs of the tasks will be returned. Overrides -basenames.
  • -basenames = If given, only the basenames of tasks will be returned.
  • -v = Returns information in human-readable format - sorted into a grid and displaying the tasks' full descriptions. Overrides both -basenames and -ids.
  • <tag text> = Filter output, show only tasks that have the given tag.
  • <status list> = Filter output, show only tasks that have given status(es).