Skip to content

Releases: radiusmethod/awsd

v0.1.2

24 Jul 17:25
77071ed
Compare
Choose a tag to compare
  • Added PowerShell support. [#19] thanks, @jinxiao
  • Ensure the ~/.awsd file exists before attempting to read its contents to prevent errors.

v0.1.1

28 Jun 11:11
642120f
Compare
Choose a tag to compare
  • Replaced regular expressions with the ini package for extracting profiles from AWS config files.
  • Fixed an issue where extra spaces between the "profile" keyword and the profile name could prevent the profile from being set.

v0.1.0

02 May 20:47
897cd32
Compare
Choose a tag to compare
  • Increase zsh autocompletion compatibilty.

v0.0.9

04 Apr 14:39
60a9642
Compare
Choose a tag to compare
  • Fixes issue with help command shorthand flag -h. [#20] thanks @masamerc

v0.0.8

23 Dec 19:21
8241da8
Compare
Choose a tag to compare
  • Added autocomplete script to install.

v0.0.7

21 Oct 01:51
7068657
Compare
Choose a tag to compare
  • Update for new organization.

v0.0.6

06 Oct 21:11
606a215
Compare
Choose a tag to compare
  • Refactored codebase.

v0.0.5

06 Oct 12:03
2672cc3
Compare
Choose a tag to compare
  • Added support for passing arbitrary profile names as arguments. [#4] thanks @withakay
  • Added awsd list command to simply list all profiles.

v0.0.4

04 Oct 14:19
ee016cf
Compare
Choose a tag to compare
  • Don't append default profile if it already exists.

v0.0.3

22 Sep 15:55
18a60bb
Compare
Choose a tag to compare
  • Added additional error checking.