v0.7.3
- Bugfix: Restore resource aliases
- Bugfix: Add missing fields
- Change: Improve help messages
Installation
Instructions
Linux
- Download the latest release with the command:
curl -LO "https://dl.mist.io/cli/v0.7.3/bin/linux/amd64/mist" - Validate the binary (optional):
Download the mist checksum file:Validate the mist binary against the checksum file:curl -LO "https://dl.mist.io/cli/v0.7.3/bin/linux/amd64/mist.sha256"If valid, the output is:echo "$(<mist.sha256) mist" | sha256sum --checkIf the check fails, sha256 exits with nonzero status and prints output similar to:mist: OKmist: FAILED sha256sum: WARNING: 1 computed checksum did NOT match - Make mist binary executable:
chmod +x ./mist - Install mist on path (optional):
e.g.mv mist /usr/local/bin/mist - Enable mist autocompletion on all your sessions (optional):
BashZshecho 'source <(mist completion bash)' >>~/.bashrcecho 'source <(mist completion zsh)' >>~/.zshrc
MacOS
- Download the latest release with the command:
curl -LO "https://dl.mist.io/cli/v0.7.3/bin/darwin/amd64/mist" - Validate the binary (optional):
Download the mist checksum file:Validate the mist binary against the checksum file:curl -LO "https://dl.mist.io/cli/v0.7.3/bin/darwin/amd64/mist.sha256"If valid, the output is:echo "$(<mist.sha256) mist" | sha256sum --checkIf the check fails, sha256 exits with nonzero status and prints output similar to:mist: OKmist: FAILED sha256sum: WARNING: 1 computed checksum did NOT match - Make mist binary executable:
chmod +x ./mist - Install mist on path (optional):
e.g.sudo mv ./mist /usr/local/bin/mist sudo chown root: /usr/local/bin/mist - Enable mist autocompletion on all your sessions (optional):
Bash- Check bash version
echo $BASH_VERSION - Install/upgrade bash to v4.0+ if older
brew install bash - Source completion script
echo 'source <(mist completion bash)' >>~/.bash_profile
echo 'source <(mist completion zsh)' >>~/.zshrc - Check bash version
Windows
- Download the latest release with the command:
curl -LO "https://dl.mist.io/cli/v0.7.3/bin/windows/amd64/mist.exe" - Validate the binary (optional):
Download the mist checksum file:Validate the mist binary against the checksum file:curl -LO "https://dl.mist.io/cli/v0.7.3/bin/windows/amd64/mist.exe.sha256"- Using Command Prompt to manually compare CertUtil's output to the checksum file downloaded:
CertUtil -hashfile mist.exe SHA256 type mist.exe.sha256 - Using PowerShell to automate the verification using the -eq operator to get a True or False result:
$($(CertUtil -hashfile .\mist.exe SHA256)[1] -replace " ", "") -eq $(type .\mist.exe.sha256)
- Using Command Prompt to manually compare CertUtil's output to the checksum file downloaded:
- Add the binary in to your
PATH. - Install mist on path (optional):
e.g.mv mist /usr/local/bin/mist - Enable mist autocompletion on all your sessions (optional):
PowershellBashmist completion powershellZshecho 'source <(mist completion bash)' >>~/.bashrcecho 'source <(mist completion zsh)' >>~/.zshrc
Binaries
Linux
| Arch | SHA256 |
|---|---|
| amd64 | 74491eed8c4d3a77f59f719302983dd1ae60db4935984361ec4339f81d3d45b1 |
| arm64 | 9a618c53ec08461b5859a30a2d2f4d38b8d1ea8f6eca3b195f754ceb662a9887 |
Darwin
| Arch | SHA256 |
|---|---|
| amd64 | 9d993491514e563aa69c530d3a150f1c756f2061a7b4bfcb755d8929ff414ddd |
| arm64 | 57abbf523b966f600fa30a1ddb0546b4d64bd53ddfebfaa8a14dfa3dc33d494f |
Windows
| Arch | SHA256 |
|---|---|
| amd64 | 0384025b942bdce9bdf3ae101d2df3a54ace8573b693461535a05a9353322278 |
Freebsd
| Arch | SHA256 |
|---|---|
| amd64 | 05d8c3a35c80e96f4bf6d03c30417ffcf03952cfb380f644a70fea72cb710e3e |
| arm64 | 4db11f1bb001306cc75ac6d470890ac56c35b535718ac314939ebd8e7d060d97 |
Openbsd
| Arch | SHA256 |
|---|---|
| amd64 | c12d426a4191128ac10d46caac7d264358a12c4841b2a73dba3a7f4c8118480c |
| arm64 | b7aad4951a6c5062b02eb4f9e7f6310b9541f88cb74cec903d87b2888554eee8 |
Netbsd
| Arch | SHA256 |
|---|---|
| amd64 | 75a90d761140fc5039d3c42bd8480116e13ff92a510ec7208ee4e9d518ad669b |
| arm64 | 0e91650164a91fdc2b6bb6f5bca63c8fb386d63adbdb5d8740fe453f77b7e61c |