Skip to content

Releases: tfversion/tfversion

v0.0.10

26 Feb 21:52
59b6996
Compare
Choose a tag to compare

Changelog

  • 59b6996 chore: make sure that pre-releases are always printed in yellow

v0.0.9

26 Feb 21:18
7bc0f67
Compare
Choose a tag to compare

Changelog

  • 92ae9a2 Add flag that limis the results for available versions to improve console output
  • 193888a Also apply limit to installed versions
  • ba4ed4f Default to 500 to show everything
  • c837a78 Fix for slice lenght
  • 6fbf329 Show pre-release versions yellow in list
  • 6783fdb Update comment
  • 7bc0f67 feat: add gopher to README
  • e98f76f feat: add gopher to README

v0.0.8

25 Feb 19:56
58415b6
Compare
Choose a tag to compare

Changelog

  • 58415b6 chore: add colors to help messages

v0.0.7

25 Feb 19:23
ad1653b
Compare
Choose a tag to compare

Changelog

  • ad1653b chore: add color to download output
  • 3bafa6f chore: add color to uninstall output

v0.0.6

25 Feb 16:32
b3effd9
Compare
Choose a tag to compare

Changelog

  • 185ac36 chore: improve error message when trying 'use' on a version that isn't installed
  • b3effd9 chore: move path error before symlinking and added colors

v0.0.5

24 Feb 22:29
4cb071b
Compare
Choose a tag to compare

Changelog

  • 4cb071b feat: add the ability to use the latest or latest prerelease version of Terraform installed

v0.0.4

24 Feb 22:22
41542b6
Compare
Choose a tag to compare

Changelog

  • 41542b6 chore: mark 'latest' a required flag when 'pre-release' is set

v0.0.3

24 Feb 22:13
d91030e
Compare
Choose a tag to compare

Changelog

  • d91030e chore: add the --latest and --pre-release and flag to the install cmd

v0.0.2

24 Feb 21:57
e57b4d4
Compare
Choose a tag to compare

Changelog

  • e57b4d4 chore: change the homebrew formula repository
  • 87b6e1d chore: fix listing versions

v0.0.1

24 Feb 21:52
0de60ad
Compare
Choose a tag to compare

Changelog

  • e7b6a17 Add TODO
  • 8a2fc99 Address review comments
  • b3f4635 Delete cidr binary file
  • 9f4beed Fix docs for
  • beec8a5 Fix gofmt
  • 050cf2b Format README
  • 7ffb9ca Implement first version of Terraform version x.x.x is not installed
  • 4b4d2e2 Implement rudimentary version of list installed versions
  • 2b8eeb7 Initial commit
  • b89d8d4 New line
  • 9c94d6e Only inform user about PATH if needed, some error checks
  • 7cd5442 Re-name function
  • 0b4eb6d Refactor code into package
  • bb7aa25 Refactor install command code
  • 242f46e Scaffold 'list' command
  • 4e21c40 Use GetInstallLocation for uninstalling command as well
  • 6280cc3 Very rudimentary version of listing available versions
  • 3d0b356 chore [WIP] - added the uninstall cmd
  • 0de60ad chore: alter commit author on brew tap
  • 37dbe20 chore: check args when latest is specified
  • 160ba34 chore: check if latest is specified
  • aaac6fd chore: comment should end in a period (godot)
  • 9ed6492 chore: fix latest flag binding
  • 4a3e552 chore: fix error messages, and return exit code 1 when no installed versions can be listed
  • 37d1539 chore: handle error
  • 478d485 chore: minor tweaks to download pkg
  • 4a91abb chore: minor tweaks to install cmd
  • 29de592 chore: move zipping to download pkg
  • d41b1d7 chore: prevent downloading already existing downloaded releases
  • 2f0f52a chore: prevent downloading already existing downloaded releases
  • 63e0300 chore: print the latest version first, reverse the list of versions we print
  • aacfe9b chore: refactor download and add zip funcs
  • 5749869 chore: rename to 'tfversion'
  • 7a2a037 chore: rm cidr binary (accident)
  • 8f64a57 chore: rm symlink.go
  • 9798e74 chore: temp remove of uninstall CMD
  • 47112f6 feat: add latest flag
  • 2cbc943 feat: add the ability to Download a Terraform version
  • 7e2377a feat: bootstrap cobra CLI
  • 9e25355 feat: store the downloaded terraform release in a directory with the version as name of the directory