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
hset
Summary
Sets a value for an attribute on an asset. If the attribute does not already exist for that asset, hset creates it before setting its value.
Return Value
Returns the new value for the attribute.
Usage
hset <attribute name> <new attribute value> [-name <target name>]
Where:
- <attribute name> = The name of the attribute to set.
- <new attribute value> = The value to set the attribute to.
- <target name> = The name of the asset or task to set the attribute on. Defaults to your current asset.
