You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-61Lines changed: 9 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly f
13
13
14
14
## With a Package Manager (Recommended)
15
15
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: -->
16
+
A package manager installs and upgrades the Scaleway CLI with a single command.
17
+
We recommend this installation mode for more simplicity and reliability:
19
18
20
19
### Homebrew
21
20
@@ -36,49 +35,27 @@ yay -S scaleway-cli
36
35
37
36
### Chocolatey
38
37
39
-
Install the lastest stable release on Windows using [Chocolatey](https://chocolatey.org/) ([Package](https://chocolatey.org/packages/scaleway-cli)):
38
+
Install the latest stable release on Windows using [Chocolatey](https://chocolatey.org/) ([Package](https://chocolatey.org/packages/scaleway-cli)):
40
39
41
40
```powershell
42
41
choco install scaleway-cli
43
42
```
44
43
45
-
<!--- TODO:
46
-
### Others
47
-
48
-
TODO: Add other package managers:
49
-
- [Snap](https://snapcraft.io/)
50
-
- [Apt](https://wiki.debian.org/Apt)
51
-
-->
52
-
53
44
## Manually
54
45
55
46
### Released Binaries
56
47
57
48
We provide [static-compiled binaries](https://github.com/scaleway/scaleway-cli/releases/latest) for darwin (macOS), GNU/Linux, and Windows platforms.
58
49
You just have to download the binary compatible with your platform to a directory available in your `PATH`:
You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.4.0/scw-2.4.0-windows-x86_64.exe<br/>
69
+
You can download the last release here: <https://github.com/scaleway/scaleway-cli/releases><br/>
93
70
[This official guide](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574%28v%3Doffice.14%29) explains how to add tools to your `PATH`.
94
71
95
-
<!-- TODO:
96
-
97
-
### Debian
98
-
99
-
First, download [the `.deb` file](https://github.com/scaleway/scaleway-cli/releases/latest) compatible with your architecture:
100
-
101
-
```bash
102
-
export ARCH=amd64 # Can be 'amd64', 'arm', 'arm64' or 'i386'
Then, run the installation and remove the `.deb` file:
107
-
```bash
108
-
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
109
-
```
110
-
-->
111
-
112
-
<!-- TODO:
113
-
## With a Docker Image
114
-
115
-
### Official releases (Coming soon..)
116
-
117
-
For each release, we deliver a tagged image on the [Scaleway Docker Hub](https://hub.docker.com/r/scaleway/cli/tags) so can run `scw` in a sandboxed way: _Coming soon..._
118
-
119
-
```sh
120
-
docker run scaleway/cli version
121
-
```
122
-
-->
123
-
124
72
## Docker Image
125
73
126
74
You can use the CLI as you would run any Docker image:
127
75
128
76
```sh
129
-
docker run -i --rm scaleway/cli:v2.4.0
77
+
docker run -i --rm scaleway/cli:latest
130
78
```
131
79
132
80
See more in-depth information about running the CLI in Docker [here](./docs/docker.md)
0 commit comments