Skip to content

Commit 4b1e56e

Browse files
docs: update ptq on README
1 parent 5694f77 commit 4b1e56e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGES
22
=======
33

4+
2.10.0
5+
------
6+
7+
* release(2.10.0): adds mv command to ptq
8+
* feat(cli): implement mv command
9+
* feat: better error message for cp
10+
* feat(cli): support mv command
11+
* chore: update ChangeLog
12+
* docs: mention that filequeue doesn't need a server
13+
414
2.9.0
515
-----
616

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ As of 2.5.0, we now bundle a command line tool `ptq` to make managing running Fi
209209
ptq status fq://./my-queue # prints vital statistics
210210
ptq release fq://./my-queue # releases all tasks from their lease
211211
ptq rezero fq://./my-queue # resets statistics to zero
212+
ptq cp fq://./my-queue sqs://my-cloud-queue # copy a queue (no copies of sqs)
213+
ptq mv sqs://my-cloud-queue fq://./my-queue # move a queue (all supported)
212214
```
213215

214216
## Motivation

0 commit comments

Comments
 (0)