Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update miactl documentation #1850

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ab70182
chore(docs): update miactl documentation
bot-targa Dec 12, 2024
5f62758
chore(docs): update miactl documentation
bot-targa Dec 13, 2024
0385e4f
chore(docs): update miactl documentation
bot-targa Dec 16, 2024
044da6b
chore(docs): update miactl documentation
bot-targa Dec 17, 2024
4d3dfec
chore(docs): update miactl documentation
bot-targa Dec 18, 2024
326ebfb
chore(docs): update miactl documentation
bot-targa Dec 19, 2024
539b3b1
chore(docs): update miactl documentation
bot-targa Dec 20, 2024
ef3f10f
chore(docs): update miactl documentation
bot-targa Dec 23, 2024
b0efca7
chore(docs): update miactl documentation
bot-targa Dec 24, 2024
b1f99a2
chore(docs): update miactl documentation
bot-targa Dec 25, 2024
409ed7d
chore(docs): update miactl documentation
bot-targa Dec 26, 2024
f3f64a5
chore(docs): update miactl documentation
bot-targa Dec 27, 2024
fd27ab6
chore(docs): update miactl documentation
bot-targa Dec 30, 2024
c8ba3bf
chore(docs): update miactl documentation
bot-targa Dec 31, 2024
490db93
chore(docs): update miactl documentation
bot-targa Jan 1, 2025
fe036c3
chore(docs): update miactl documentation
bot-targa Jan 2, 2025
7d95b98
chore(docs): update miactl documentation
bot-targa Jan 3, 2025
8709b10
chore(docs): update miactl documentation
bot-targa Jan 6, 2025
65d18f6
chore(docs): update miactl documentation
bot-targa Jan 7, 2025
badd9e4
chore(docs): update miactl documentation
bot-targa Jan 8, 2025
d69b390
chore(docs): update miactl documentation
bot-targa Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli/miactl/20_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
choosing the correct platform and operating system:

```sh
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -o /tmp/miactl
curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -o /tmp/miactl
```

```sh
wget -q https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -O /tmp/miactl
wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -O /tmp/miactl
```

After you have downloaded the file you can validate it against the checksum you can find at this [url] running the
Expand Down
Loading