TracNav
Helga
Documentation
1.0
- The Helga Specification
- Installing Helga
- Upgrading Helga
HelgaShell
- Invoking the Shell
- Shell Conventions
- Shell Examples
- The File Structure
- Tool Versioning
- Scripting for Helga
- Important Attributes
- Command Reference
HelgaWeb
Helga Add-ons
- Building a Helga Debian Package
2.0
- Primary Personas
The Helga Daemon (helgad)
Command Reference
add
- add asset?
- add assignment
- add attachment
- add comment
- add task
- add user
remove
- remove asset
- remove assignment
- remove task
- remove user
get
set
- set attr
- set task
- set comment
- Database Structure
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).
