0.1.12 • Published 4 years ago

@quadrabee/arnavon-cli v0.1.12

Weekly downloads
419
License
MIT
Repository
github
Last release
4 years ago

arnavon-cli

Opiniated producer/consumer framework on top of RabbitMQ.

oclif Version Downloads/week License

Usage

$ npm install -g @quadrabee/arnavon-cli
$ arnavon COMMAND
running command...
$ arnavon (-v|--version|version)
@quadrabee/arnavon-cli/0.1.11 darwin-x64 node-v12.11.1
$ arnavon --help [COMMAND]
USAGE
  $ arnavon COMMAND
...

Commands

arnavon api

Starts the Arnavon REST API

USAGE
  $ arnavon api

OPTIONS
  -c, --config=config  location of config file (default "config.yaml")
  -p, --port=port      Port to use for API (default 3000)

DESCRIPTION
  ...
  The REST API provides ways to push Jobs to queues, with validation

See code: src/commands/api.js

arnavon consumer CONSUMERNAME

Starts an Arnavon consumer

USAGE
  $ arnavon consumer CONSUMERNAME

ARGUMENTS
  CONSUMERNAME  The name of the consumer to start

OPTIONS
  -c, --config=config  location of config file (default "config.yaml")
  -p, --port=port      Port to use for the API exposing prometheus metrics (default 3000)

DESCRIPTION
  ...
  TO BE DOCUMENTED

See code: src/commands/consumer.js

arnavon help [COMMAND]

display help for arnavon

USAGE
  $ arnavon help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago