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.