Alias types
Command aliases
A command alias replaces the first command token and appends the supplied argument. Iftriage expands to shell whoami && hostname, then:
/name. An alias can expand to another alias, but expansion stops after five levels and loops are rejected.
Generic aliases
A generic alias replaces@name anywhere in a string or JSON string value. For example, defining @dc as 10.10.10.10 lets you task:
@cred:12 are reserved task references, not generic aliases. Alias names must start with a letter and contain only lowercase letters, numbers, _, or -.
