Releases: radiusmethod/awsd
Releases · radiusmethod/awsd
v0.2.0
27 Apr 13:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.1.2
24 Jul 17:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Increase zsh autocompletion compatibilty.
v0.0.9
04 Apr 14:39
Compare
Sorry, something went wrong.
No results found
Fixes issue with help command shorthand flag -h. [#20 ] thanks @masamerc
v0.0.8
23 Dec 19:21
Compare
Sorry, something went wrong.
No results found
Added autocomplete script to install.
v0.0.7
21 Oct 01:51
Compare
Sorry, something went wrong.
No results found
Update for new organization.
v0.0.6
06 Oct 21:11
Compare
Sorry, something went wrong.
No results found
v0.0.5
06 Oct 12:03
Compare
Sorry, something went wrong.
No results found
Added support for passing arbitrary profile names as arguments. [#4 ] thanks @withakay
Added awsd list command to simply list all profiles.