0.2.0 • Published 5 years ago

cqi-cli v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

CQI CLI command.

CQI stands for Common Queue Interface inspired by CGI.

https://github.com/ideamans/cqi-core

# REPL listener and echo dispatcher
cqi

# Listen SQS queue and pass the message to STDIN of /path/to/program
cqi -l "sqs queueUrl: https://queue-url" \
  -d "exec programPath: /path/to/program"

Component definition

name jsonic-options