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 inputs
Summary
Get all tasks that are inputs to the task named.
Return Value
Returns a list of the full paths to all input tasks.
Usage
Usage: hget inputs <task name> [-tag <tag text>]
Where:
- <task name> = The name of the task to get all inputs of.
- <tag text> = Filter output, show only tasks that have the given tag.
