Alias
Aliases provide a convenient way to reference a project and task assignment. After creating an alias, you can use it to log time or start a timer.
List all aliasesโ
List all aliases you have created.
hrvst alias list
Create an aliasโ
Creates an alias for a project and task assignment. You will be prompted to select a project and a task. After creating an alias, you can use it to start a timer: hrvst start YOUR_ALIAS
hrvst alias create <alias>
Argument | Description | Required |
---|---|---|
<alias> | Name of the alias. | true |
Delete an aliasโ
Permanently delete an alias.
hrvst alias delete <alias>
Argument | Description | Required |
---|---|---|
<alias> | Name of the alias to delete. | true |