Skip to content

Releases: IQ2i/aergie

v0.6.1

15 Nov 08:08
96a5b0e
Compare
Choose a tag to compare

Changelog

96a5b0e Update completion

v0.6.0

15 Nov 07:26
Compare
Choose a tag to compare

Changelog

0b6dd11 Add version cmd
ac50071 Fix unhandled help command
51822a4 Fix wrong variable use to generate help message
e5a5a7f Refactoring commands
9a013ee Remove files and folders from autocomplete list
dbb14fd Remove untested shell from autocomplete list
d5b0839 Update dependencies

v0.5.2

25 Jun 15:51
Compare
Choose a tag to compare

Changelog

  • fix build version
  • hide default help command

v0.5.1

25 Jun 15:12
Compare
Choose a tag to compare

Changelog

  • remove .aergie.yaml file to remove default command in autocomplete

v0.5.0

24 Jun 17:38
Compare
Choose a tag to compare

Changelog

  • upgrade to Golang v1.16
  • autocomplete is now dynamic

v0.4.0

31 Mar 17:08
Compare
Choose a tag to compare

Changelog

  • use goreleaser to automate release
  • upgrade to Golang v1.15
  • use spf13/cobra to manage CLI command

v0.3.0

30 Oct 07:46
6749b35
Compare
Choose a tag to compare

Changelog

  • throw an error on command not found
  • better signal handling
  • fix installer script
  • throw an error is a command is defined twice in config file

v0.2.0

28 Oct 19:58
Compare
Choose a tag to compare

Changelog

  • commands are ordered in the same order as in the config file
  • add autocomplete
  • reduce list of supported OS
  • remove short name config file support
  • add installer script
  • remove commands categories

v0.1.0

04 Oct 17:26
Compare
Choose a tag to compare

Changelog

  • initial release