Skip to content

Commit 18c7bf0

Browse files
committed
feat: update readme
1 parent b5a8c3b commit 18c7bf0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

workflow-cli/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,31 @@ DESCRIPTION
553553
EXAMPLES
554554
$ workflow-cli snapshot
555555
```
556+
557+
## `workflow-cli opensearch-sync-rollup`
558+
559+
OpenSearch Rollup Job Creates/Updates
560+
561+
```
562+
USAGE
563+
$ workflow-cli opensearch-sync-rollup -u <value> -d <value> --region <value> --accessId <value> --accessKey <value>
564+
--accountNumber <value> [--arn <value>] [-h] [--dryRun]
565+
566+
FLAGS
567+
-d, --domainName=<value> (required) OpenSearch Domain
568+
-h, --help Show CLI help.
569+
-u, --hostname=<value> (required) OpenSearch url
570+
--accessId=<value> (required) AWS access key id
571+
--accessKey=<value> (required) AWS secret access key
572+
--accountNumber=<value> (required) AWS account number
573+
--arn=<value> AWS ARN
574+
--dryRun Enables dry run
575+
--region=<value> (required) AWS region
576+
577+
DESCRIPTION
578+
OpenSearch Rollup Job Creates/Updates
579+
580+
EXAMPLES
581+
$ workflow-cli opensearch-sync-rollup
582+
```
556583
<!-- commandsstop -->

0 commit comments

Comments
 (0)