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
get attr
Summary
Gets an asset's attribute(s).
Arguments
- asset - The numerical ID of the asset.
- key - The attribute name or a list of names.
Returns
The value of the attribute(s) requested.
Examples
> get attr { asset 1 key xres }
1920
> get attr { asset 1 key { xres yres } }
1920 1080
