Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrschumacher/spilot
ServerPilot CLI
https://github.com/jrschumacher/spilot
Last synced: about 2 hours ago
JSON representation
ServerPilot CLI
- Host: GitHub
- URL: https://github.com/jrschumacher/spilot
- Owner: jrschumacher
- Created: 2014-11-20T22:00:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T04:18:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T22:21:40.136Z (about 1 month ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 infoOptions:
-h, --help output usage information
-V, --version output the version number
-i, --id Client id [required]
-k, --key Client key [required]
```