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: docs/commands/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ You can use the CLI as you would run any Docker image:
69
69
docker run -i --rm scaleway/cli:latest
70
70
```
71
71
72
-
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)
72
+
See more in-depth information about running the CLI in Docker [here](https://github.com/scaleway/scaleway-cli/blob/master/docs/docker.md).
You can configure your config or enable functionalities with environment variables.
102
102
103
-
Variables to override config are describe in [config documentation](/docs/commands/config.md).
103
+
Variables to override config are describe in [config documentation](https://cli.scaleway.com/config/).
104
104
To enable beta features, you can set `SCW_ENABLE_BETA=1` in your environment.
105
105
106
106
## Build it yourself
107
107
108
108
### Build Locally
109
109
110
-
If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](/.github/CONTRIBUTING.md).
110
+
If you have a >= Go 1.13 environment, you can install the `HEAD` version to test the latest features or to [contribute](https://github.com/scaleway/scaleway-cli/blob/master/.github/CONTRIBUTING.md).
111
111
Note that this development version could include bugs, use [tagged releases](https://github.com/scaleway/scaleway-cli/releases/latest) if you need stability.
112
112
113
113
```bash
@@ -130,12 +130,12 @@ Once built, you can then use the CLI as you would run any image:
130
130
docker run -i --rm scaleway/cli
131
131
```
132
132
133
-
See more in-depth information about running the CLI in Docker [here](/docs/docker.md)
133
+
See more in-depth information about running the CLI in Docker [here](https://github.com/scaleway/scaleway-cli/blob/master/docs/docker.md)
134
134
135
135
# Development
136
136
137
137
This repository is at its early stage and is still in active development.
138
-
If you are looking for a way to contribute please read [CONTRIBUTING.md](/.github/CONTRIBUTING.md).
138
+
If you are looking for a way to contribute please read [CONTRIBUTING.md](https://github.com/scaleway/scaleway-cli/blob/master/.github/CONTRIBUTING.md).
0 commit comments