v0.7.5
Pre-release
Pre-release
- Bugfix: Fix adding initial context
- Bugfix: Fix missing API doc URL
Installation
Instructions
Linux
- Download the latest release with the command:
curl -LO "https://dl.mist.io/cli/v0.7.5/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.5/bin/linux/amd64/mist.sha256"
If valid, the output is:echo "$(<mist.sha256) mist" | sha256sum --check
If the check fails, sha256 exits with nonzero status and prints output similar to:mist: OK
mist: 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)' >>~/.bashrc
echo 'source <(mist completion zsh)' >>~/.zshrc
MacOS
- Download the latest release with the command:
curl -LO "https://dl.mist.io/cli/v0.7.5/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.5/bin/darwin/amd64/mist.sha256"
If valid, the output is:echo "$(<mist.sha256) mist" | sha256sum --check
If the check fails, sha256 exits with nonzero status and prints output similar to:mist: OK
mist: 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.5/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.5/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 powershell
Zshecho 'source <(mist completion bash)' >>~/.bashrc
echo 'source <(mist completion zsh)' >>~/.zshrc
Binaries
Linux
Arch | SHA256 |
---|---|
amd64 | aaa39d885c87109cee828a02c4269a0ecdc5b6affd50320522e080f44d56d008 |
arm64 | 9a9bf552532f3720d3cf45b73facaeb2433cf1a57eeb7d59f57cebdba430fcfc |
Darwin
Arch | SHA256 |
---|---|
amd64 | 3880cfc2d672af74bb90523b240dd624ccf79d9e81a22756d270157a687ecae8 |
arm64 | 841a073d88ace46ed938deb8239457577b7d8d2b7b8eccbd191313a946709235 |
Windows
Arch | SHA256 |
---|---|
amd64 | b084292916eec8989eaa176e318517391b87dd3894879a3c9729bf37fdf51e01 |
Freebsd
Arch | SHA256 |
---|---|
amd64 | 2d37ece2bb12dd179a14874bca0055bb9f64c0a5cf6b9b2ebb45a777fe61da0b |
arm64 | e4ae4d05c6fd2de32c9dfd3bcea28227937d37e1982256130ddfec57a0ef7ece |
Openbsd
Arch | SHA256 |
---|---|
amd64 | 82a74e6548da722ebfaea6ae061acb33124f5691debb9bc6299f68ca917ee4a6 |
arm64 | 55e1b384543b6d6e9f04edadc336e353b19b91cce56449ea6a9ce99af61bc683 |
Netbsd
Arch | SHA256 |
---|---|
amd64 | d756ed0e1dbf1ff6068c222c6b0b679c4e5388ffab2e75be55fff6e91f096528 |
arm64 | 71ac15f8ed312a39054553e9c85cdc382a38440c6a6fedce758b7b9cc2e96772 |