2024-10-16 20:57:04 +02:00
|
|
|
## Scaleway CLI plugin
|
2015-06-09 11:07:23 +02:00
|
|
|
|
2024-10-16 20:57:04 +02:00
|
|
|
This plugin adds completion for [scw](https://github.com/scaleway/scaleway-cli), the command line interface for Scaleway.
|
2015-06-09 11:07:23 +02:00
|
|
|
|
2024-10-16 20:57:04 +02:00
|
|
|
To use it, add `scw` to the plugins array in your zshrc file:
|
2015-06-09 11:07:23 +02:00
|
|
|
|
2024-10-16 20:57:04 +02:00
|
|
|
```zsh
|
|
|
|
plugins=(... scw)
|
|
|
|
```
|