From 8d4c7d3875090e11c9fa76696a891a258b7b33e3 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Fri, 10 Jun 2022 20:30:09 +0200 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0033a01..ab5e1d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pass authentication for AWS CLI (and boto) made easy +# AWS CLI MFA with pass-otp made easy This plugin enables aws-cli to directly talk to [pass](https://www.passwordstore.org/) to acquire an OATH-TOTP code using the [pass-otp](https://github.com/tadfisher/pass-otp) extension. @@ -36,10 +36,10 @@ mfa_path = foo/aws/bar ... ``` - ## Usage Just use the `aws` command with a custom role and the plugin will do the rest: + ```sh $ aws s3 ls --profile myprofile 2013-07-11 17:08:50 mybucket -- cgit v1.2.3