hcl
hcl copied to clipboard
Command-line tool for manipulating Harvest timesheets
Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.4.1 to 1.4.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This should also solve #94 https://help.getharvest.com/api-v2/authentication-api/authentication/authentication/
When I use `hcl log` I see the following output ``` $ hcl log Unable to authenticate: Login failed. Please specify your Harvest credentials. Email Address: ``` when I try...
After using the command `hcl tasks` the task list is cached on the computer, so changes in Harvest are not reflected without manually finding the cached files and removing them....
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
Hello! Is there a way to use google login? I have a company managed email and it forces oAuth login. Thanks.
Please update to support `$XDG_CONFIG_HOME` (defaults to `~/.config/` if unset). Keeps annoying dot-directories out of my `~`. If you store other data in `~/.hcl`, please also put in the relevant...
Some possibilities: ``` hcl log yesterday @documentation +2 Ran spellcheck hcl log 3 days ago @wireframes +3.5 hcl log last friday @admin +1 filed timesheets ```
How does one fix a broken configuration? If I run `hcl config` after installing for the first time, it prompts me for credentials and subdomain. I did not enter a...
Hi, this aims to solve #71 ## summary It introduces a command to delete cache, as this is the easy approach to solve the issue. Also takes a shot at...