Skip to content

Releases: firehydrant/fhcli

v0.0.15

01 Aug 20:14
b10437f

Choose a tag to compare

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

17 Feb 23:02
74bc3e2

Choose a tag to compare

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

16 Apr 18:17

Choose a tag to compare

Changelog

4fb6cfc Improve readme

v0.0.12

27 Mar 13:52

Choose a tag to compare

Changelog

e7c8c10 Fix nil pointer dereference fatal

v0.0.11

18 Mar 20:43

Choose a tag to compare

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

04 Mar 23:59

Choose a tag to compare

Changelog

bb68905 Put fhcli checkout in gopath

v0.0.8

22 Feb 02:52

Choose a tag to compare

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

14 Feb 20:31

Choose a tag to compare

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

13 Feb 23:21

Choose a tag to compare

Changelog

502bd91 Use HTTPS

v0.0.5

13 Feb 23:12

Choose a tag to compare

Changelog

513c311 Build correct target
ca9a1bb Refactor to use urfav/cli