# scaleway-commander

> ![Presentation commands](https://raw.githubusercontent.com/Unitech/scaleway-commander/master/pres.png)

Latest version **0.4.2** (published 2017-04-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install scaleway-commander
pnpm add scaleway-commander
yarn add scaleway-commander
bun add scaleway-commander
```

Provides the command `scw`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.2 |
| Published | 2017-04-27 |
| First published | 2016-04-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | tknew |

## Links

- npm: https://www.npmjs.com/package/scaleway-commander
- npm.io page: https://npm.io/package/scaleway-commander

## Dependencies (12)

- [ora](https://npm.io/package/ora.md) *
- [async](https://npm.io/package/async.md) *
- [chalk](https://npm.io/package/chalk.md) *
- [clear](https://npm.io/package/clear.md) *
- [moment](https://npm.io/package/moment.md) *
- [request](https://npm.io/package/request.md) *
- [inquirer](https://npm.io/package/inquirer.md) *
- [multissh](https://npm.io/package/multissh.md) ^1
- [ssh-exec](https://npm.io/package/ssh-exec.md) *
- [commander](https://npm.io/package/commander.md) *
- [cli-table2](https://npm.io/package/cli-table2.md) *
- [cli-spinners](https://npm.io/package/cli-spinners.md) *

## Recent versions

- 0.4.2 (latest) — 2017-04-27
- 0.4.1 — 2016-06-13
- 0.4.0 — 2016-05-26
- 1.0.0 — 2016-05-14
- 0.3.0 — 2016-04-30
- 0.2.0 — 2016-04-28
- 0.1.0 — 2016-04-28

## README

# scaleway-commander

![Presentation commands](https://raw.githubusercontent.com/Unitech/scaleway-commander/master/pres.png)

## 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 <cmd>
```

---
_Source: https://npm.io/package/scaleway-commander · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
