@@ -28,13 +28,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
28
28
install ` miactl ` like this:
29
29
30
30
``` sh
31
- go install github.com/mia-platform/miactl/cmd/miactl@v0.14 .0
31
+ go install github.com/mia-platform/miactl/cmd/miactl@v0.15 .0
32
32
```
33
33
34
34
Or like this if the ` install ` command is not available
35
35
36
36
``` sh
37
- go get -u github.com/mia-platform/miactl/cmd/miactl@0.14 .0
37
+ go get -u github.com/mia-platform/miactl/cmd/miactl@0.15 .0
38
38
```
39
39
40
40
#### Binary Download
@@ -43,11 +43,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
43
43
choosing the correct platform and operating system:
44
44
45
45
``` sh
46
- curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.14 .0/miactl-linux-amd64 -o /tmp/miactl
46
+ curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.15 .0/miactl-linux-amd64 -o /tmp/miactl
47
47
```
48
48
49
49
``` sh
50
- wget -q https://github.com/mia-platform/miactl/releases/download/v0.14 .0/miactl-linux-amd64 -O /tmp/miactl
50
+ wget -q https://github.com/mia-platform/miactl/releases/download/v0.15 .0/miactl-linux-amd64 -O /tmp/miactl
51
51
```
52
52
53
53
After you have downloaded the file you can validate it against the checksum you can find at this [ url] running the
@@ -75,7 +75,7 @@ sudo mv /tmp/miactl /usr/local/bin
75
75
If you want to run the cli in its environment or you want to test the cli you can use the Docker image:
76
76
77
77
``` sh
78
- docker run ghcr.io/mia-platform/miactl:v0.14 .0 miactl
78
+ docker run ghcr.io/mia-platform/miactl:v0.15 .0 miactl
79
79
```
80
80
81
81
### Windows
@@ -174,7 +174,7 @@ only via APIs.
174
174
175
175
[ Homebrew ] : https://brew.sh " The Missing Package Manager for macOS (or Linux) "
176
176
[ Golang ] : https://go.dev " Build simple, secure, scalable systems with Go "
177
- [ url ] : https://github.com/mia-platform/miactl/releases/download/v0.14 .0/checksums.txt " miactl checksums "
177
+ [ url ] : https://github.com/mia-platform/miactl/releases/download/v0.15 .0/checksums.txt " miactl checksums "
178
178
[ `bash-completion` ] : https://github.com/scop/bash-completion " Programmable completion functions for bash "
179
179
[ ` oh-my-zsh ` ] : https://ohmyz.sh "Oh My Zsh is a delightful, open source, community-driven
180
180
framework for managing your Zsh configuration"
0 commit comments