diff options
author | Robby Russell <robby@planetargon.com> | 2015-09-19 08:51:21 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-09-19 08:51:21 -0700 |
commit | 763bf6374cf15162e6cea1528fb7d08c38037c65 (patch) | |
tree | 5c110a251e20cf23c7eac875300466016d51a365 /plugins/scw/README.md | |
parent | 0bb3e0188ca154b7b362cbf7723dee938a26b2b9 (diff) | |
parent | 720fb5b68e186feae24c48283ded7c41b41c73fb (diff) | |
download | zsh-763bf6374cf15162e6cea1528fb7d08c38037c65.tar.gz zsh-763bf6374cf15162e6cea1528fb7d08c38037c65.tar.bz2 zsh-763bf6374cf15162e6cea1528fb7d08c38037c65.zip |
Merge pull request #3971 from moul/pr-scaleway
Support for 'scw' command (Scaleway CLI)
Diffstat (limited to 'plugins/scw/README.md')
-rw-r--r-- | plugins/scw/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/scw/README.md b/plugins/scw/README.md new file mode 100644 index 000000000..d2312c2e5 --- /dev/null +++ b/plugins/scw/README.md @@ -0,0 +1,7 @@ +## Scaleway CLI autocomplete plugin + +[scw](https://github.com/scaleway/scaleway-cli): Manage Bare Metal servers from Command Line (as easily as with Docker) + +- Adds autocomplete options for all `scw` commands. + +Maintainer : Manfred Touron ([@moul](https://github.com/moul)) |