Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrschumacher/spilot

ServerPilot CLI
https://github.com/jrschumacher/spilot

Last synced: about 2 hours ago
JSON representation

ServerPilot CLI

Awesome Lists containing this project

README

        

spilot
======

ServerPilot CLI

## Install

`npm -g install spilot`

## Usage

`spilot `

For further help use `spilot --help`

## Help

```
Usage: spilot [options] [command]

Commands:

auth:save Save authentication
server Get list of servers
server:info Get one server info
sysuser Get list of sysusers
sysuser:info Get one sysuser info
app Get list of apps
app:info Get one app info
db Get list of dbs
db:info Get one db info
action Get list of actions
action:info Get one action info

Options:

-h, --help output usage information
-V, --version output the version number
-i, --id Client id [required]
-k, --key Client key [required]
```