UNPKG

486 BMarkdownView Raw
1# Zombie Swarm Cli
2
3Command line interface to [zombie swarm]().
4
5Used to query and manipulate zombie swarms.
6
7## Install
8
9```sh
10npm install -g @zombiec0rn/zombie-swarm-cli
11```
12
13## Use
14
15Needs to be run with `sudo` because it creates a temporary `route` to ensure multicast on correct interface.
16
17```
18sudo zombie-swarm ls --interface eth0
19```
20
21## Options
22
23```
24ls - list swarm nodes
25plan - create a plan
26apply - apply a plan
27```
28
29## Changelog
30
31### 2.0.0
32
33* Initial release :tada:
34
35enjoy.