From 4bf28d13c7f9671a20f4a79bbda46dc806c84f2b Mon Sep 17 00:00:00 2001 From: Christian Flamm Date: Thu, 22 Feb 2018 13:56:40 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 954a256..a6f565e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ AFP| ~/git/hub/afpre$ # do some more work ... ``` You can type `awsenv` to print aws-specific environment information. +## Manual Renewal + +Whithin an `afpre` session you can - if you feel the need - manually trigger a token renewal. Either only if your old tokens have expired ... +``` +$ condrenew +``` +... or even unconditionally by calling +``` +$ renew +``` +You can call `awsenv` to check for your current AWS credentials. + ## Configuration ```