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 logEntry
Summary
Adds an entry to an asset's log.
Return Value
Returns the numerical ID of the new log entry.
Usage
hadd logEntry [-name <asset name>][-text <entry text>][-tags <tag list>]
Where:
- <asset name> = The name of the asset to add the entry to. If -name is not given, the entry will be added to your current asset.
- <entry text> = The text of the log entry. May include any characters. Must be enclosed in quotes.
- <tag list> = one or more short text labels to attach to the entry. Labels may contain letters, numbers, underscores, and whitespace. Each tag must be enclosed in quotes. If providing more than one, they must be in a comma-seperated list.
