0.4.14 • Published 9 years ago

grid-cli v0.4.14

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Gridcontrol CLI

CLI for Gridcontrol distributed computing project.

Install

$ npm install grid-cli -g

Now the bin grid is available via the CLI.

Commands

1/ Generate a new Gridfile in the current path, that contains grid name, grid password, host and SSH keys.

$ grid new

Change each attribute with the desired value.

2/ Provision every hosts listed in the Gridfile

$ grid provision

This will copy the SSH pub key and install NVM, Node.js, PM2 and Gridcontrol

3/ Play

# List all nodes linked to the grid
$ grid ls

# Display Dashboard
$ grid dash

# Execute a command on each server
$ grid multissh <bash_command>

# Restart/Recover the current Grid
$ grid restart

# Upgrade Gridcontrol to latest version
$ grid upgrade

# Display realtime logs of all tasks
$ grid logs

# Monitor the whole Grid with Keymetrics
$ grid monitor <secret> <public>

# Interactively SSH to desired machine
$ grid ssh

Generate sample project in current folder:

$ grid sample <project-name>

License

Apache V2

0.4.14

9 years ago

0.4.13

10 years ago

0.4.12

10 years ago

0.4.11

10 years ago

0.4.10

10 years ago

0.4.9

10 years ago

0.4.8

10 years ago

0.4.6

10 years ago

0.4.5

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.1

10 years ago

0.1.1

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago