Skip to content

Commit 1278202

Browse files
committed
[Docs] - updates to documentation of readme file
1 parent 45dce23 commit 1278202

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is the project to collect helpful aws cli commandlines with complex options
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.
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.
77

88

99
## Setup dependencies
@@ -85,11 +85,12 @@ Hotkey: Ctrl + @ and press enter and choose the assume role that you want to use
8585
Enter functionname: aws_assume_role_set_name_with_hint
8686
8787
```
88-
### List all functions (You can search your function)
88+
### List all functions
8989
```
9090
aws_help
91-
You can search list function and after that you can run which funtion_name to get the detail of bashshell code.
9291
```
92+
You can search list function and after that you can run which `funtion_name` to get the detail of bashshell code.
93+
9394
### Other
9495
```
9596
admin@MacBook-Pro-cua-Admin ~ % aws_assume_role_set_name PROFILE_NAME-dev

0 commit comments

Comments
 (0)