From 9e0133911e42faf93600e59176faf6c01fcc31b1 Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Tue, 26 Jan 2016 09:42:37 +0700 Subject: [PATCH] Update readme: console -> bash. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0ca8e1..109f429 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a small utility that makes it easier to use the `aws sts assume-role` co ## Installation -```console +```bash $ go get -u github.com/remind101/assume-role ``` @@ -24,7 +24,7 @@ stage: Perform an action as the given IAM role: -```console +```bash $ assume-role stage aws iam get-user ``` @@ -32,14 +32,14 @@ The command provided after the role will be executed with the `AWS_ACCESS_KEY_ID If the role requires MFA, you will be asked for the token first: -```console +```bash $ assume-role prod aws iam get-user MFA code: 123456 ``` If no command is provided, `assume-role` will output the temporary security credentials: -```console +```bash $ assume-role prod export AWS_ACCESS_KEY_ID="ASIAI....UOCA" export AWS_SECRET_ACCESS_KEY="DuH...G1d"