The awscred
package is an easy to use CLI for checking what AWS credentials are available in your .aws/credentials
file and which of these credentials are valid.
Easily apply and run a command within the context of the desired profile.
- View available credentials.
- Remove expired or invalid credentials from both
.aws/credentials
and.aws/config
. - Apply a profile and use it to run a command with that profile set.
go install github.com/mauriceLC92/awscred/cmd/awscred
awscred print
awscred check
awscred apply workshop-admin
awscred help
This package is licensed under the MIT License - see the LICENSE file for details.