Skip to content

Commit b3e70c5

Browse files
committed
[Docs] - updates to documentation for Readme file
1 parent 22872d1 commit b3e70c5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# aws-cli-utils
2-
This is the project to collect helpful aws cli commandline with complex options to support your working
2+
This is the project to collect helpful aws cli commandlines with complex options to support your working.
33
## Why I want to write this project.
44
- Sometimes, aws cli is list, get, describes. It is pretty hard to remember.
55
- Sometimes, you want to add more options on purpose and you want to have a place to collect and reuse it in the future. That is the reason I defined that structure to help me collect helpful commandlines and share on the github.
6+
- You have a lot of assume role profile, you can search it by peco and assume it one time by caching feature instead of filling in MFA every time. You can re-use assume-role in the other tab of iterm.
67

78

89
## Setup dependencies
@@ -80,9 +81,11 @@ mfa_serial = arn:aws:iam::ACCOUNT_NAME_MFA:mfa/ACCOUNT_NAME
8081
## How to use
8182
### AssumeRole
8283
```
83-
Ctrl + @ and press enter and choose the assume role that you want to use.
84+
Hotkey: Ctrl + @ and press enter and choose the assume role that you want to use.
85+
Enter functionname: aws_assume_role_set_name_with_hint
86+
8487
```
85-
### List all functions
88+
### List all functions (You can search your function)
8689
```
8790
aws_help
8891
You can search list function and after that you can run which funtion_name to get the detail of bashshell code.

0 commit comments

Comments
 (0)