Releases: kgajera/hrvst-cli
Releases · kgajera/hrvst-cli
v2.0.1
v2.0.0
Breaking Changes
- Requires Node.js 14
New Commands
hrvst open hrvst open accounts hrvst open api hrvst open expenses hrvst open profile hrvst open reports hrvst open time hrvst reports project-budget-report hrvst reports uninvoiced-report hrvst reports expense-reports categories-report hrvst reports expense-reports clients-expense-report hrvst reports expense-reports projects-expense-report hrvst reports expense-reports team-expense-report hrvst reports time-reports clients-time-report hrvst reports time-reports projects-time-report hrvst reports time-reports tasks-time-report hrvst reports time-reports team-time-report hrvst users teammates list-by-user hrvst users teammates update
v1.7.0
Adds the following options to the hrvst stop
command (#4):
Option | Description | Required |
---|---|---|
--notes |
The note to append or set on the time entry. | false |
--overwrite |
Boolean to overwrite existing notes. Defaults to false. | false |
--editor |
Boolean to launch editor to write notes to be associated with the time entry. | false |
v1.6.0
- Adds boolean
--editor
option to thehrvst log
andhrvst start
commands to launch an editor to input notes for the time entry. - Removes positional argument,
<notes>
, for thehrvst note
command. This will now prompt you to launch an editor to input notes to provide a better experience. - Adds
hrvst completion
command to output script for bash/zsh completions. - Improves naming for project assignment option to include client name when prompted to choose a project assignment
v1.5.0
v1.4.0
Features
- The
page
option for list commands now supports theall
value to retrieve all pages- Example:
hrvst time-entries list --page=all
- Example:
- The
output
option has been added to all commands and supports the following values:json
,table
- Example:
hrvst time-entries list --output=json
- Example:
Fixes
- Fixes Harvest API error occurring on some commands because the
"Content-Type": "application/json"
header was not being set