# node-clusterize-cli

> Simple CLI interface for clusterize and demonize your apps

Latest version **1.1.5** (published 2014-05-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-clusterize-cli
pnpm add node-clusterize-cli
yarn add node-clusterize-cli
bun add node-clusterize-cli
```

Provides the command `clusterize`.

## 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.1.5 |
| Published | 2014-05-16 |
| First published | 2013-12-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Author | Anton Shuvalov |
| Maintainers | shuvalov-anton |
| Keywords | daemon, express |

## Links

- npm: https://www.npmjs.com/package/node-clusterize-cli
- Repository: https://github.com/shuvalov-anton/node-clusterize-cli
- Issues: https://github.com/shuvalov-anton/node-clusterize-cli/issues
- npm.io page: https://npm.io/package/node-clusterize-cli

## Dependencies (3)

- [colors](https://npm.io/package/colors.md) ~0.6.2
- [daemon](https://npm.io/package/daemon.md) ~1.1.0
- [commander](https://npm.io/package/commander.md) ~2.1.0

## Recent versions

- 1.1.5 (latest) — 2014-05-16
- 1.1.4 — 2014-02-01
- 1.1.3 — 2014-01-14
- 1.1.2 — 2014-01-14
- 1.1.1 — 2013-12-16
- 1.1.0 — 2013-12-15
- 1.0.1 — 2013-12-15
- 1.0.0 — 2013-12-14

## README

# Node Clusterize CLI

[![Build Status](https://secure.travis-ci.org/shuvalov-anton/node-clusterize-cli.png)](http://travis-ci.org/shuvalov-anton/node-clusterize-cli)
[![Code Climate](https://codeclimate.com/github/shuvalov-anton/node-clusterize-cli.png)](https://codeclimate.com/github/shuvalov-anton/node-clusterize-cli)

Simple CLI interface for clusterize, demonize your apps. Also, it starts again
fallen instances of your application.


## Install

    npm i -g node-clusterize-cli


## Usage

    $ clusterize --app ./test/express/app.js --workers 32 --log ./cluster.log
    done


### Arguments

    Usage: clusterize [options]

      Options:

        -h, --help           output usage information
        -V, --version        output the version number
        list                 list of running custers
        kill <pid>           stop daemon and all it's workers
        -a, --app <path>     Add path to demonizing app
        -w, --workers <q>    Set quantity of workers for your app. Defaut value is cpu.cores*2
        -l, --log <path>     Add path to demonizing app


### Start

    $ clusterize --app ./test/express/app.js --workers 32 --log ./cluster.log
    done


### List

    $ clusterize list
    53416 test/express/app.js


### Kill

    $ clusterize kill 53416
    done

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