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/credentialsand.aws/config. - Apply a profile and use it to run a command with that profile set.
go install github.com/mauriceLC92/awscred/cmd/awscredawscred printawscred checkawscred apply workshop-adminawscred helpThis package is licensed under the MIT License - see the LICENSE file for details.