# remit-cli

> A CLI interface to perform basic Remit actions.

Latest version **1.0.1** (published 2017-08-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install remit-cli
pnpm add remit-cli
yarn add remit-cli
bun add remit-cli
```

Provides the command `remit-cli`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-08-04 |
| First published | 2017-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jack Williams |
| Maintainers | jpwilliams |
| Keywords | remit, micro, services, rabbitmq, cli |

## Links

- npm: https://www.npmjs.com/package/remit-cli
- Repository: https://github.com/jpwilliams/remit-cli
- Homepage: https://github.com/jpwilliams/remit-cli#readme
- Issues: https://github.com/jpwilliams/remit-cli/issues
- npm.io page: https://npm.io/package/remit-cli

## Dependencies (4)

- [jsome](https://npm.io/package/jsome.md) ^2.3.26
- [remit](https://npm.io/package/remit.md) ^1.8.1
- [commander](https://npm.io/package/commander.md) ^2.9.0
- [expand-object](https://npm.io/package/expand-object.md) ^0.4.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-08-04
- 1.0.0 — 2017-08-04
- 0.0.2 — 2017-07-21
- 0.0.1 — 2017-06-07
- 0.0.0 — 2017-06-07

## README

# remit-cli
A CLI to perform basic remit actions

``` sh
npm install -g remit-cli
```

``` sh
$ remit-cli

  Usage: remit-cli <target> [options]

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -e, --emission             Emit
    -l, --listen               Listen
    -k, --keys [str]           Key/value pairs from the expand-object package
    -d, --data [json]          Data (overwrites -k)
    -f, --file [path]          Data file (overwrites -d)
    -n, --service-name [name]  Service name
    -u, --url [url]            RabbitMQ URL
    -r, --raw                  Raw output

```

---
_Source: https://npm.io/package/remit-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
