# @workerhive/pipeline-worker

> Workhub Pipeline Worker CLI

Latest version **0.0.0** (published 2020-12-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @workerhive/pipeline-worker
pnpm add @workerhive/pipeline-worker
yarn add @workerhive/pipeline-worker
bun add @workerhive/pipeline-worker
```

Provides the command `pipeline-worker`.

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2020-12-23 |
| First published | 2020-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 8 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ross Leitch @balbatross |
| Maintainers | thetechcompany |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/@workerhive/pipeline-worker
- Repository: https://github.com/WorkerHive/pipeline-worker
- Issues: https://github.com/WorkerHive/pipeline-worker/issues
- npm.io page: https://npm.io/package/@workerhive/pipeline-worker

## Dependencies (8)

- [dot](https://npm.io/package/dot.md) ^1.1.3
- [wrtc](https://npm.io/package/wrtc.md) ^0.4.6
- [tslib](https://npm.io/package/tslib.md) ^1
- [amqplib](https://npm.io/package/amqplib.md) ^0.6.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [@workerhive/ipfs](https://npm.io/package/@workerhive/ipfs.md) ^1.0.0
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3

## 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

- 0.0.0 (latest) — 2020-12-23

## README

pipeline-worker
============

Workhub Pipeline Worker CLI 

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/pipeline-worker.svg)](https://npmjs.org/package/pipeline-cli)
[![Downloads/week](https://img.shields.io/npm/dw/pipeline-worker.svg)](https://npmjs.org/package/pipeline-cli)
[![License](https://img.shields.io/npm/l/pipeline-worker.svg)](https://github.com/WorkerHive/pipeline-worker/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @workerhive/pipeline-worker
$ pipeline-cli COMMAND
running command...
$ pipeline-cli (-v|--version|version)
@workerhive/pipeline-worker/0.0.0 linux-x64 node-v12.20.0
$ pipeline-cli --help [COMMAND]
USAGE
  $ pipeline-cli COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`pipeline-cli help [COMMAND]`](#pipeline-cli-help-command)
* [`pipeline-cli process`](#pipeline-cli-process)

## `pipeline-cli help [COMMAND]`

display help for pipeline-cli

```
USAGE
  $ pipeline-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_

## `pipeline-cli process`

run cmd template every message in MQ_QUEUE_IN

```
USAGE
  $ pipeline-cli process

OPTIONS
  --command=command
  --input=input
  --output=output
  --pwd=pwd

EXAMPLE
  $ pipeline-cli process --command="/usr/bin/gltfpack"
            ... processing
```

_See code: [src/commands/process.ts](https://github.com/WorkerHive/pipeline-worker/blob/v0.0.0/src/commands/process.ts)_
<!-- commandsstop -->

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