We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cf27b commit 7f9adafCopy full SHA for 7f9adaf
README.md
@@ -33,6 +33,12 @@ After installing the package you can use it as follows.
33
$ aws-move-queue-messages
34
```
35
36
+With all optional CLI arguments:
37
+
38
+```sh
39
+$ aws-move-queue-messages <from-queue-url> <to-queue-url> -r [AWS-REGION] -y
40
+```
41
42
### Parameter
43
Use the **Source Url** parameter to specify the source queue from which the messages are to be read.
44
Use the **Target Url** parameter to specify the target queue in which the messages are written.
0 commit comments