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
hadd tag
Summary
Adds a tag to an asset, task, or log entry.
Return Value
Returns the text of the new tag.
Usage
hadd tag <tag text> [-name <asset name>|<task name>|<log entry name>]
Where:
- <tag text> = The text of the tag. May include any characters.
- <asset name>|<task name>|<log entry name> = The name of the asset, task, or log entry to add the tag to.
