Skip to content

drg-adaptive/qtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/0.0.0 darwin-x64 node-v12.13.1
$ 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