File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -553,4 +553,31 @@ DESCRIPTION
553
553
EXAMPLES
554
554
$ workflow-cli snapshot
555
555
```
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
+ ```
556
583
<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments