You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This is the project to collect helpful aws cli commandlines with complex options
3
3
## Why I want to write this project.
4
4
- Sometimes, aws cli is list, get, describes. It is pretty hard to remember.
5
5
- 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.
7
7
8
8
9
9
## Setup dependencies
@@ -85,11 +85,12 @@ Hotkey: Ctrl + @ and press enter and choose the assume role that you want to use
85
85
Enter functionname: aws_assume_role_set_name_with_hint
86
86
87
87
```
88
-
### List all functions (You can search your function)
88
+
### List all functions
89
89
```
90
90
aws_help
91
-
You can search list function and after that you can run which funtion_name to get the detail of bashshell code.
92
91
```
92
+
You can search list function and after that you can run which `funtion_name` to get the detail of bashshell code.
0 commit comments