Skip to content

Commit

Permalink
[Docs] - updates to documentation of readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhaison committed Mar 21, 2023
1 parent 45dce23 commit 1278202
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is the project to collect helpful aws cli commandlines with complex options
## Why I want to write this project.
- Sometimes, aws cli is list, get, describes. It is pretty hard to remember.
- 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.
- 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.
- 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.


## Setup dependencies
Expand Down Expand Up @@ -85,11 +85,12 @@ Hotkey: Ctrl + @ and press enter and choose the assume role that you want to use
Enter functionname: aws_assume_role_set_name_with_hint
```
### List all functions (You can search your function)
### List all functions
```
aws_help
You can search list function and after that you can run which funtion_name to get the detail of bashshell code.
```
You can search list function and after that you can run which `funtion_name` to get the detail of bashshell code.

### Other
```
admin@MacBook-Pro-cua-Admin ~ % aws_assume_role_set_name PROFILE_NAME-dev
Expand Down

0 comments on commit 1278202

Please sign in to comment.