https://github.com/unitech/scaleway-commander
Manage a fleet of scaleway servers
https://github.com/unitech/scaleway-commander
Last synced: about 1 year ago
JSON representation
Manage a fleet of scaleway servers
- Host: GitHub
- URL: https://github.com/unitech/scaleway-commander
- Owner: Unitech
- License: mit
- Created: 2016-04-28T22:44:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T22:30:30.000Z (about 9 years ago)
- Last Synced: 2025-02-28T06:04:09.628Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.scaleway.com/
- Size: 5.88 MB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scaleway-commander

## Install
```
$ npm install scaleway-commander -g
```
## Configure
Put access token into **~/.scaleway** (https://cloud.scaleway.com/#/credentials)
## Use
```
$ scw -h
```
## Commands
```
# List host
$ scw ls
# Constantly refresh server list and clear screen
$ scw ls --watch
# Interactively stop host
$ scw stop
# Interactively start host
$ scw start
# Interactively terminate host
$ scw start
# Interactively ssh to host
$ scw ssh
# SSH to all machine and execute command
$ scw sshall
```