Export
weep export test_account_usereval $(weep export test_account_user)eval $(weep export test_account_user)eval (weep export test_account_user)env | grep AWSLast updated
Weep can generate a command to export credentials to environment variables in your shell.
Read about AWS configuration settings and precedence for information about precedence of credential sources.
Here's a basic call to print out the credential export command:
weep export test_account_userWeep will do its best to detect your shell and generate the correct export command. Bash, Zsh, and Fish are currently supported.
To automatically export the credentials, just modify your command to be evaluated by the shell:
eval $(weep export test_account_user)eval $(weep export test_account_user)eval (weep export test_account_user)Then you can verify that the credentials are set in your environment:
env | grep AWSLast updated