Skip to content

Releases: radiusmethod/awsd

v0.2.0

27 Apr 13:27
f6d8c02

Choose a tag to compare

  • Added region switching: awsd set region [name] (interactive picker if no name given), awsd unset region, awsd list regions.
  • Added awsd set profile [name] and awsd unset profile as explicit forms — bare awsd <profile> still works.
  • ~/.awsd now uses a key=value format (profile=... / region=...). Legacy single-line files are still readable; the next write upgrades them.
  • Wrapper now also exports AWS_DEFAULT_REGION alongside AWS_REGION.

v0.1.3

09 Mar 23:21
e7fa45c

Choose a tag to compare

  • Adds circular scrolling

v0.1.2

24 Jul 17:25
77071ed

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

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

Choose a tag to compare

  • Increase zsh autocompletion compatibilty.

v0.0.9

04 Apr 14:39
60a9642

Choose a tag to compare

  • Fixes issue with help command shorthand flag -h. [#20] thanks @masamerc

v0.0.8

23 Dec 19:21
8241da8

Choose a tag to compare

  • Added autocomplete script to install.

v0.0.7

21 Oct 01:51
7068657

Choose a tag to compare

  • Update for new organization.

v0.0.6

06 Oct 21:11
606a215

Choose a tag to compare

  • Refactored codebase.

v0.0.5

06 Oct 12:03
2672cc3

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.