Skip to content

Commit

Permalink
fix: sample command to rotate credentials (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Conijn committed Jul 21, 2022
1 parent 1d63e24 commit 74ef154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ When you switch a lot between roles you really benefit from not having to type y
It is advised to rotate your credentials regularly. `aws-iam-login` can help with that! By executing the following command:

```bash
poetry run aws-iam-login my-rofile rotate <MY IAM UserName>
aws-iam-login my-rofile rotate
```

This command will execute the following actions:
Expand Down

0 comments on commit 74ef154

Please sign in to comment.