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
It would be great if we could use the profile name for weep instead of the ARN. This information is stored in ~/.aws/config, it is easy to parse (configparser style).
The usage could look like:
weep export foo
or, better
weep export --profile foo
The text was updated successfully, but these errors were encountered:
Look at the following example:
It would be great if we could use the profile name for
weep
instead of the ARN. This information is stored in~/.aws/config
, it is easy to parse (configparser style).The usage could look like:
or, better
The text was updated successfully, but these errors were encountered: