queue-cli

Tools to interact with AWS queues

Usage no npm install needed!

<script type="module">
  import queueCli from 'https://cdn.skypack.dev/queue-cli';
</script>

README

Queue Tools

Tools to manage AWS queues

oclif Version Downloads/week License

Usage

$ npm install -g queue-cli
$ qtools COMMAND
running command...
$ qtools (-v|--version|version)
queue-cli/1.0.0 linux-x64 node-v12.14.0
$ qtools --help [COMMAND]
USAGE
  $ qtools COMMAND
...

Commands

qtools help [COMMAND]

display help for qtools

USAGE
  $ qtools help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

qtools requeue [QUEUE]

Requeues all messages on the given queue's DLQ

USAGE
  $ qtools requeue [QUEUE]

OPTIONS
  -h, --help           show CLI help
  -r, --region=region  [default: us-east-1] AWS region to execute command in

See code: src/commands/requeue.ts