Skip to content

Releases: outlawlabs/awsctl

v0.5.2

01 Sep 18:03

Choose a tag to compare

Minor feature: Add in Homebrew support for awsctl installs.

Changelog

6cbffc4 Update goreleaser configurations with non-binary archives to support Homebrew. Also, add in arm64 support.

v0.5.0

31 Aug 18:38

Choose a tag to compare

Changelog

059e119 Add a couple missed error checks around file manipulations.
bc9b9da Added timestamp check for expired duration when attempting to authenticate
fd884d1 Cleaning up some error checks
3ac12a1 Merge pull request #1 from outlawlabs/cleanup
3352064 Update CircleCI pipeline to use raw Go commands without Mage for now
9c8166e Update goreleaser configurations

v0.4.0

16 Mar 22:39

Choose a tag to compare

Changelog

5ce17ec Add install, create and auth usage
63d1b00 Add logic to check for existing files and list docs

v0.3.0

31 Jan 03:20

Choose a tag to compare

Changelog

5f09f72 Change release formats to a single binary install
40eada9 Enable CircleCI and add go vet and test. Add CI status badge.
0d18e54 Fix new command successful output to reference the new awsctl name

v0.2.1

28 Jan 02:39

Choose a tag to compare

Changelog

b164b84 Fix the ldflags to compile properly with Mage and Goreleaser

v0.2.0

24 Jan 12:15

Choose a tag to compare

Changelog

4114e1b Cleanup some error handling and add new "remove" command

v0.1.0

13 Jan 04:27

Choose a tag to compare

Features

Initial logic for the following commands --

  • awsctl list - list all AWS profiles
  • awsctl auth - MFA token authentication (STS temporary authentication)
  • awsctl new - interactively generate a new config & credentials AWS profile