From a45193bd9b3f5f6b09aa532a730044d893e3544e Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Tue, 26 Jan 2016 09:41:27 +0700 Subject: [PATCH] Update readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c34c0c..b0ca8e1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,13 @@ MFA code: 123456 If no command is provided, `assume-role` will output the temporary security credentials: ```console -$ export $(assume-role prod) +$ assume-role prod +export AWS_ACCESS_KEY_ID="ASIAI....UOCA" +export AWS_SECRET_ACCESS_KEY="DuH...G1d" +export AWS_SESSION_TOKEN="AQ...1BQ==" +export AWS_SECURITY_TOKEN="AQ...1BQ==" +# Run this to configure your shell: +# eval $(assume-role prod) ``` ## TODO