Skip to content

Commit cba381d

Browse files
Monitobremyleone
andauthored
bump(docs): Add missing namespaces on README (#2743)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 8f770fb commit cba381d

1 file changed

Lines changed: 28 additions & 19 deletions

File tree

README.md

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -114,24 +114,33 @@ To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment.
114114

115115
# Reference documentation
116116

117-
| Namespace | Description | Documentation |
118-
| -------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------- |
119-
| `account` | Account API | [CLI](./docs/commands/account.md) |
120-
| `autocomplete` | Autocomplete related commands | [CLI](./docs/commands/autocomplete.md) |
121-
| `config` | Config file management | [CLI](./docs/commands/config.md) |
122-
| `feedback` | Send feedback to the Scaleway CLI Team! | [CLI](./docs/commands/feedback.md) |
123-
| `info` | Get info about current settings | [CLI](./docs/commands/info.md) |
124-
| `init` | Initialize the config | [CLI](./docs/commands/init.md) |
125-
| `baremetal` | Baremetal API | [CLI](./docs/commands/baremetal.md) / [API](https://developers.scaleway.com/en/products/baremetal/api/) |
126-
| `dns` | DNS API | [CLI](./docs/commands/dns.md) / [API](https://developers.scaleway.com/en/products/domain/dns/api/) |
127-
| `instance` | Instance API | [CLI](./docs/commands/instance.md) / [API](https://developers.scaleway.com/en/products/instance/api/) |
128-
| `k8s` | Kapsule API | [CLI](./docs/commands/k8s.md) / [API](https://developers.scaleway.com/en/products/k8s/api/) |
129-
| `lb` | Load Balancer API | [CLI](./docs/commands/lb.md) / [API](https://developers.scaleway.com/en/products/lb/zoned_api/) |
130-
| `marketplace` | Marketplace API | [CLI](./docs/commands/marketplace.md) |
131-
| `object` | Object-storage utils | [CLI](./docs/commands/object.md) / [API](https://www.scaleway.com/en/docs/object-storage-feature/) |
132-
| `rdb` | Database RDB API | [CLI](./docs/commands/rdb.md) / [API](https://developers.scaleway.com/en/products/rdb/api/) |
133-
| `registry` | Container registry API | [CLI](./docs/commands/registry.md) / [API](https://developers.scaleway.com/en/products/registry/api/) |
134-
| `vpc` | VPC API | [CLI](./docs/commands/vpc.md) / [API](https://developers.scaleway.com/en/products/vpc/api/) |
117+
| Namespace | Description | Documentation |
118+
| -------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
119+
| `account` | Account API | [CLI](./docs/commands/account.md) |
120+
| `applesilicon` | Apple silicon API | [CLI](./docs/commands/apple-silicon.md) / [API](https://developers.scaleway.com/en/products/apple-silicon/api/) |
121+
| `autocomplete` | Autocomplete related commands | [CLI](./docs/commands/autocomplete.md) |
122+
| `baremetal` | Baremetal API | [CLI](./docs/commands/baremetal.md) / [API](https://developers.scaleway.com/en/products/baremetal/api/) |
123+
| `config` | Config file management | [CLI](./docs/commands/config.md) |
124+
| `container` | Container API | [CLI](./docs/commands/container.md) / [API](https://developers.scaleway.com/en/products/registry/api/) |
125+
| `dns` | DNS API | [CLI](./docs/commands/dns.md) / [API](https://developers.scaleway.com/en/products/domain/dns/api/) |
126+
| `feedback` | Send feedback to the Scaleway CLI Team! | [CLI](./docs/commands/feedback.md) |
127+
| `flexibleip` | Flexible IP API | [CLI](./docs/commands/fip.md) / [API](https://developers.scaleway.com/en/products/flexible-ip/api/) |
128+
| `iam` | IAM API | [CLI](./docs/commands/iam.md) / [API](https://developers.scaleway.com/en/products/iam/api/v1alpha1/) |
129+
| `info` | Get info about current settings | [CLI](./docs/commands/info.md) |
130+
| `init` | Initialize the config | [CLI](./docs/commands/init.md) |
131+
| `instance` | Instance API | [CLI](./docs/commands/instance.md) / [API](https://developers.scaleway.com/en/products/instance/api/) |
132+
| `iot` | IoT API | [CLI](./docs/commands/iot.md) / [API](https://developers.scaleway.com/en/products/iot/api/) |
133+
| `k8s` | Kapsule API | [CLI](./docs/commands/k8s.md) / [API](https://developers.scaleway.com/en/products/k8s/api/) |
134+
| `lb` | Load Balancer API | [CLI](./docs/commands/lb.md) / [API](https://developers.scaleway.com/en/products/lb/zoned_api/) |
135+
| `marketplace` | Marketplace API | [CLI](./docs/commands/marketplace.md) |
136+
| `mnq` | Messaging and Queueing API | [CLI](./docs/commands/mnq.md) / [API](https://www.scaleway.com/en/docs/serverless/messaging/concepts/) |
137+
| `object` | Object-storage utils | [CLI](./docs/commands/object.md) / [API](https://www.scaleway.com/en/docs/object-storage-feature/) |
138+
| `rdb` | Database RDB API | [CLI](./docs/commands/rdb.md) / [API](https://developers.scaleway.com/en/products/rdb/api/) |
139+
| `redis` | Redis API | [CLI](./docs/commands/redis.md) / [API](https://developers.scaleway.com/en/products/redis/api/v1/) |
140+
| `registry` | Container registry API | [CLI](./docs/commands/registry.md) / [API](https://developers.scaleway.com/en/products/registry/api/) |
141+
| `shell` | Start Shell mode | [CLI](./docs/commands/shell.md) |
142+
| `vpc-gw` | VPC Gateway API | [CLI](./docs/commands/vpc.md) / [API](https://developers.scaleway.com/en/products/vpc-gw/api/v1/) |
143+
| `vpc` | VPC API | [CLI](./docs/commands/vpc.md) / [API](https://developers.scaleway.com/en/products/vpc/api/) |
135144

136145
## Build it yourself
137146

@@ -144,7 +153,7 @@ Note that this development version could include bugs, use [tagged releases](htt
144153
go install github.com/scaleway/scaleway-cli/v2/cmd/scw@latest
145154
```
146155

147-
Dependencies: We only use go [Go Modules](https://github.com/golang/go/wiki/Modules) with vendoring.
156+
Dependencies: We only use go [Modules](https://github.com/golang/go/wiki/Modules) with vendoring.
148157

149158
### Build with Docker
150159

0 commit comments

Comments
 (0)