Skip to content

Commit bd27abf

Browse files
author
Quentin Brosse
authored
doc: add brew to readme (#1455)
1 parent 054aaf5 commit bd27abf

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly f
1111

1212
# Installation
1313

14-
<!--- TODO:
1514
## With a Package Manager (Recommended)
1615

17-
A package manager allows to install and upgrade the Scaleway CLI with a single command. We recommend this installation mode for more simplicity and reliability. We support a growing set of package managers to feat your preferences and your platform. Note that some package managers are maintained by our community:
16+
A package manager allows to install and upgrade the Scaleway CLI with a single command. We recommend this installation mode for more simplicity and reliability:
17+
18+
<!-- TODO: We support a growing set of package managers to feat your preferences and your platform. Note that some package managers are maintained by our community: -->
1819

1920
### Homebrew
2021

21-
Install the latest stable release on macOS using [Homebrew](http://brew.sh): _Comming soon..._
22+
Install the latest stable release on macOS using [Homebrew](http://brew.sh):
2223

2324
```sh
2425
brew install scw
2526
```
2627

28+
<!--- TODO:
2729
### Chocolatey
2830
2931
Install the lastest stable release on Windows using [Chocolatey](https://chocolatey.org/): _Coming soon..._
@@ -144,28 +146,27 @@ scw instance server create type=DEV1-S image=ubuntu_focal zone=fr-par-1 tags.0="
144146
scw instance server list
145147
146148
# Create a Kubernetes cluster named foo with cilium as CNI, in version 1.17.4 and with a pool named default composed of 3 DEV1-M and with 2 tags
147-
scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=DEV1-M pools.0.name=default tags.0=tag1 tags.1=tag2
149+
scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=DEV1-M pools.0.name=default tags.0=tag1 tags.1=tag2
148150
```
149151

150152
# Reference documentation
151153

152-
| Namespace | Description | Documentation |
153-
|----------------|-----------------------------------------|-------------------------------------------------------------------------------------------------------|
154-
| `account` | Account API | [CLI](./docs/commands/account.md) |
155-
| `autocomplete` | Autocomplete related commands | [CLI](./docs/commands/autocomplete.md) |
156-
| `config` | Config file management | [CLI](./docs/commands/config.md) |
157-
| `feedback` | Send feedback to the Scaleway CLI Team! | [CLI](./docs/commands/feedback.md) |
158-
| `info` | Get info about current settings | [CLI](./docs/commands/info.md) |
154+
| Namespace | Description | Documentation |
155+
| -------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------- |
156+
| `account` | Account API | [CLI](./docs/commands/account.md) |
157+
| `autocomplete` | Autocomplete related commands | [CLI](./docs/commands/autocomplete.md) |
158+
| `config` | Config file management | [CLI](./docs/commands/config.md) |
159+
| `feedback` | Send feedback to the Scaleway CLI Team! | [CLI](./docs/commands/feedback.md) |
160+
| `info` | Get info about current settings | [CLI](./docs/commands/info.md) |
159161
| `baremetal` | Baremetal API | [CLI](./docs/commands/baremetal.md) / [API](https://developers.scaleway.com/en/products/baremetal/api/) |
160-
| `init` | Initialize the config | [CLI](./docs/commands/init.md) |
162+
| `init` | Initialize the config | [CLI](./docs/commands/init.md) |
161163
| `instance` | Instance API | [CLI](./docs/commands/instance.md) / [API](https://developers.scaleway.com/en/products/instance/api/) |
162164
| `k8s` | Kapsule API | [CLI](./docs/commands/k8s.md) / [API](https://developers.scaleway.com/en/products/k8s/api/) |
163-
| `marketplace` | Marketplace API | [CLI](./docs/commands/marketplace.md) |
165+
| `marketplace` | Marketplace API | [CLI](./docs/commands/marketplace.md) |
164166
| `object` | Object-storage utils | [CLI](./docs/commands/object.md) / [API](https://www.scaleway.com/en/docs/object-storage-feature/) |
165167
| `rdb` | Database RDB API | [CLI](./docs/commands/rdb.md) / [API](https://developers.scaleway.com/en/products/rdb/api/) |
166168
| `registry` | Container registry API | [CLI](./docs/commands/registry.md) / [API](https://developers.scaleway.com/en/products/registry/api/) |
167169

168-
169170
## Build it yourself
170171

171172
### Build Locally

0 commit comments

Comments
 (0)