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
Optional new usage for those of us who wish to type less:
export AWS_PROFILE=foo
gimme-aws-creds # After the PR, gimme will recognize the same environment variable as the AWS CLI and SDK.
aws s3 ls # The AWS CLI already recognizes the AWS_PROFILE environment variable
aws ec2 describe-instances
terraform apply # Other tools built on an AWS SDK already recognize the AWS_PROFILE environment variable
Current Behavior
E.g., Existing usage with many explicit profile references:
Expected Behavior
Optional new usage for those of us who wish to type less:
Current Behavior
E.g., Existing usage with many explicit profile references:
Possible Solution
PR inbound
The text was updated successfully, but these errors were encountered: