@@ -23,13 +23,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
2323install ` miactl `  like this:
2424
2525``` sh 
26- go install github.com/mia-platform/miactl@0.6.1 
26+ go install github.com/mia-platform/miactl@0.7.0 
2727``` 
2828
2929Or like this if the ` install `  command is not available
3030
3131``` sh 
32- go get -u github.com/mia-platform/miactl@0.6.1 
32+ go get -u github.com/mia-platform/miactl@0.7.0 
3333``` 
3434
3535### Binary Download  
@@ -38,11 +38,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
3838choosing the correct platform and operating system:
3939
4040``` sh 
41- curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.6.1 /miactl-linux-amd64 -o /tmp/miactl
41+ curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.7.0 /miactl-linux-amd64 -o /tmp/miactl
4242``` 
4343
4444``` sh 
45- wget -q https://github.com/mia-platform/miactl/releases/download/v0.6.1 /miactl-linux-amd64 -O /tmp/miactl
45+ wget -q https://github.com/mia-platform/miactl/releases/download/v0.7.0 /miactl-linux-amd64 -O /tmp/miactl
4646``` 
4747
4848After you have downloaded the file you can validate it against the checksum you can find at this [ url]  running the
@@ -64,7 +64,7 @@ mv /tmp/miactl /usr/local/bin
6464If you want to run the cli in its environment or you want to test the cli you can use the Docker image:
6565
6666``` sh 
67- docker run ghr.io/mia-platform/miactl@0.6.1  miactl
67+ docker run ghr.io/mia-platform/miactl@0.7.0  miactl
6868``` 
6969
7070## Shell Autocompletion  
@@ -123,7 +123,7 @@ enable the autocompletion.
123123
124124[ Homebrew ] : https://brew.sh  " The Missing Package Manager for macOS (or Linux) " 
125125[ Golang ] : https://go.dev  " Build simple, secure, scalable systems with Go " 
126- [ url ] : https://github.com/mia-platform/miactl/releases/download/v0.6.1 /checksums.txt  " miactl checksums " 
126+ [ url ] : https://github.com/mia-platform/miactl/releases/download/v0.7.0 /checksums.txt  " miactl checksums " 
127127[ `bash-completion` ] : https://github.com/scop/bash-completion  " Programmable completion functions for bash " 
128128[ ` oh-my-zsh ` ] : https://ohmyz.sh  "Oh My Zsh is a delightful, open source, community-driven
129129	framework for managing your Zsh configuration"
0 commit comments