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 attrs
Summary
Gets all attributes contained in an asset, task, or log entry.
Return Value
Returns an array-style list of attributes, where the odd-numbered elements are attributes and even-numbered elements are their values.
Usage
hget attrs [-name <asset name>|<task name>|<log entry name>] [-inherit]
Where:
- <asset name>|<task name>|<log entry name> = the identifier of the asset, task, or log entry that has the attribute you wish to get. Defaults to your current asset.
- -inherit = If this argument is given, will recurse through the asset's containing lists, all the way up to the root asset, collecting all attributes.
