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
[Refactor] - to change format and remove echo when eval the input_peco data function. No need echo commandline
[Docs] - updates to documentation for Readme file
[Add] - add function aws_resource_list to list all resources on aws
[Docs] - updates to documentation of readme file
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# 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.
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.
0 commit comments