Skip to content

Commit 2488dd7

Browse files
committed
update README
1 parent 635e36a commit 2488dd7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ usage: aws-cert-utils [<flags>] <command> [<args> ...]
1414
Certificate Utility for AWS(ACM, IAM, ALB, ELB, CloudFront)
1515

1616
Flags:
17-
--help Show context-sensitive help (also try --help-long and --help-man).
18-
--version Show application version.
17+
--help Show context-sensitive help (also try --help-long
18+
and --help-man).
19+
--access-key=ACCESS-KEY The AWS access key ID
20+
--secret-key=SECRET-KEY The AWS secret access key
21+
--assume-role-arn=ASSUME-ROLE-ARN
22+
The AWS assume role ARN
23+
--token=TOKEN The AWS access token
24+
--region=REGION The AWS region
25+
--profile=PROFILE The AWS CLI profile
26+
--aws-config=AWS-CONFIG The AWS CLI Config file
27+
--credentials=CREDENTIALS The AWS CLI Credential file
28+
--version Show application version.
1929

2030
Commands:
2131
help [<command>...]
@@ -31,7 +41,7 @@ Commands:
3141
acm delete [<flags>]
3242
Deletes an ACM Certificate and its associated private key
3343

34-
iam list
44+
iam list [<flags>]
3545
Lists the server certificates stored in IAM that have the specified path
3646
prefix
3747

@@ -71,7 +81,6 @@ Commands:
7181

7282
alb bulk-update [<flags>]
7383
Updates the specified listeners from the specified load balancer
74-
7584
```
7685

7786
### ACM

0 commit comments

Comments
 (0)