You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1562735 Removed OS specific structs in favor of a unified platform struct that satisifes the TerraCreds interface to allow the go-keyring module to decide which vault to use based on the OS. Fixed error handling to ensure that when a list is empty it doesn't panic and instead returns the error from the vault.
c72778e Updated readme to be more generic about versions to manually download to support more frequent updates
91b7f66 Added custom error package to ensure the CLI returns a non-zero exit code when errors are encountered
db7cd49 Bump golang.org/x/text from 0.3.7 to 0.3.8
2e4becb Merge pull request #22 from tonedefdev/hotfix