Releases: freshworks-oss/fhcli
Releases · freshworks-oss/fhcli
v0.0.15
Compare
Sorry, something went wrong.
No results found
Changelog
1a9e2b6 Add dependabot, update to current golang and api version
afc86b9 Add installation guide to fhcli (#8 )
524a518 Correct execute command name (#4 )
b10437f Merge pull request #10 from firehydrant/update_everything
deab3c6 Merge pull request #9 from firehydrant/update_dependencies
5331313 Update dependencies to address dependabot alerts
adaf549 ignore .DS_Store
v0.0.14
Compare
Sorry, something went wrong.
No results found
Changelog
ddd5c70 Fix api key flag in docs
3989b4a Fix formatting of init command
74bc3e2 Fix goreleaser config (#7 )
e335cf5 Merge pull request #6 from firehydrant/update-releasing-workflow
e3a6fd7 Modernize and use goreleaser action
v0.0.13
Compare
Sorry, something went wrong.
No results found
Changelog
4fb6cfc Improve readme
v0.0.12
Compare
Sorry, something went wrong.
No results found
Changelog
e7c8c10 Fix nil pointer dereference fatal
v0.0.11
Compare
Sorry, something went wrong.
No results found
Changelog
6458965 Don't panic on empty args
343db1a Explain why error is being ignored
708b705 Fix logging
1ad41ce Ignore errors from API
v0.0.10
Compare
Sorry, something went wrong.
No results found
Changelog
bb68905 Put fhcli checkout in gopath
v0.0.8
Compare
Sorry, something went wrong.
No results found
Changelog
491a24a Add init command for writing config
e405cfc Disable gomodules
d423f75 Refactor to use API helpers moved into api-client-go
1337334 Support reading from a config file
4dad0df Update docs for init
v0.0.7
Compare
Sorry, something went wrong.
No results found
Changelog
8bf9f7f DRY up identity/label parsing and fail on missing API key
8acc5c9 Release for MacOS, embed version and include hostname in labels
v0.0.6
Compare
Sorry, something went wrong.
No results found
Changelog
502bd91 Use HTTPS
v0.0.5
Compare
Sorry, something went wrong.
No results found
Changelog
513c311 Build correct target
ca9a1bb Refactor to use urfav/cli