diff options
| author | nervo <nervo@nervo.net> | 2024-10-16 20:57:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 20:57:04 +0200 |
| commit | 9ae155336f24dd459c1030b717e11489ababa624 (patch) | |
| tree | 387d53c5d708960d6495467db7ab5f14628ba691 /plugins/scw/README.md | |
| parent | 09a94672003b21b8a3d8d15d31098641e7f3a4db (diff) | |
| download | zsh-9ae155336f24dd459c1030b717e11489ababa624.tar.gz zsh-9ae155336f24dd459c1030b717e11489ababa624.tar.bz2 zsh-9ae155336f24dd459c1030b717e11489ababa624.zip | |
feat(scw): use official scw completion (#12755)
Diffstat (limited to 'plugins/scw/README.md')
| -rw-r--r-- | plugins/scw/README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/scw/README.md b/plugins/scw/README.md index d2312c2e5..5dd630d64 100644 --- a/plugins/scw/README.md +++ b/plugins/scw/README.md @@ -1,7 +1,9 @@ -## Scaleway CLI autocomplete plugin +## Scaleway CLI plugin -[scw](https://github.com/scaleway/scaleway-cli): Manage Bare Metal servers from Command Line (as easily as with Docker) +This plugin adds completion for [scw](https://github.com/scaleway/scaleway-cli), the command line interface for Scaleway. -- Adds autocomplete options for all `scw` commands. +To use it, add `scw` to the plugins array in your zshrc file: -Maintainer : Manfred Touron ([@moul](https://github.com/moul)) +```zsh +plugins=(... scw) +``` |
