File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,13 @@ mfa_serial = arn:aws:iam::ACCOUNT_NAME_MFA:mfa/ACCOUNT_NAME
4848
4949
5050## How to use
51+ ### List all functions
52+ ```
53+ aws_help
54+ You can search list function and after that you can run which funtion_name to get the detail of bashshell code
55+ ```
56+ ### Other
5157```
52- # Input your MFA
5358admin@MacBook-Pro-cua-Admin ~ % aws_assume_role_set_name PROFILE_NAME-dev
5459You set the assume role name PROFILE_NAME-dev
5560Running assume-role PROFILE_NAME-dev
@@ -73,4 +78,5 @@ admin@MacBook-Pro-cua-Admin aws_cli_results % aws_ec2_list
7378| i-0512340c9dc5fb531| demo-dev-jenkins-master | x.x.x.x | 1.123.123.123 | running |
7479| i-0712343f1a9565397| demo-dev-mongodb-master | y.y.y.y | 1.123.123.123 | running |
7580+---------------------+---------------------------------+---------------+----------------+-----------+
76- ```
81+ ```
82+
You can’t perform that action at this time.
0 commit comments