synfinatic / aws-sso-cli

A powerful tool for using AWS Identity Center for the CLI and web console.
https://synfinatic.github.io/aws-sso-cli/
GNU General Public License v3.0
413 stars 49 forks source link

Support ~/.config/aws-sso #330

Open synfinatic opened 2 years ago

synfinatic commented 2 years ago

~/.config has become a better standard than ~/.dotdir

part of the XDG Base Directory Spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

synfinatic commented 10 months ago

Would also mean using XDG_CACHE_HOME for the cache.json and XDG_DATA_HOME for secure store files.