-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli-option "--profile" #9
Comments
Yes - that would be extremely helpful. Some of the logic will need to be cleaned up to make this happen though. In the meantime the workaround would to set the profile as an env var prior to running: |
I did discover env var profile support by accident too! |
Hi @jcarter3 |
- update cache to better support global resources
This is now available in the |
Hi,
I have several profiles in my .aws/credentials and don't have the [default] one.
So, I can't choose which profile to use (for example like in aws-cli) and have an error:
It's because after checking default profile in .aws/credentials and envs - it tries to use InstanceRole.
I think it will be very convenient (for example):
Do you think the
--profile
arg will be useful?The text was updated successfully, but these errors were encountered: