summaryrefslogtreecommitdiff
path: root/plugins/scw/README.md
blob: 5dd630d6468a693b68f26ab6ff807f7b67f68d9e (plain)
1
2
3
4
5
6
7
8
9
## Scaleway CLI plugin

This plugin adds completion for [scw](https://github.com/scaleway/scaleway-cli), the command line interface for Scaleway.

To use it, add `scw` to the plugins array in your zshrc file:

```zsh
plugins=(... scw)
```