1.1.0 • Published 6 years ago

remit-cli-beta v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

remit-cli

A CLI to perform basic remit actions

npm install -g remit-cli
$ remit-cli
  Commands:
    help [command...]
      Provides help for a given command.

    exit
      Exits application.

    remote <method> [origin] [url]
      Caches rabbitmq urls for convenience; like git remote

      Options:
        --help  output usage information

    request [options] <endpoint> [args...]
      Makes a request to a remit endpoint

      Options:
        --help         output usage information
        -v, --verbose  Prints latency
        --json, --raw  Prints JSON rather than YAML

    emit [options] <endpoint> [args...]
      Listens for emits

      Options:
        --help         output usage information
        --json, --raw  Prints JSON rather than YAML

    listen [options] <endpoint>
      Options:
        --help         output usage information
        --json, --raw  Prints JSON rather than YAML

asciicast