Skip to content

v0.7.2

Compare
Choose a tag to compare
@d-mo d-mo released this 20 Dec 19:09
  • Change: Improve help messages
  • Change: Add delete_domain_image query param to undefine action
  • Bugfix: Trim always trailing slash on server URLs

Installation

Instructions

Linux

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/linux/amd64/mist"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/linux/amd64/mist.sha256"
    
    Validate the mist binary against the checksum file:
    echo "$(<mist.sha256) mist" | sha256sum --check
    
    If valid, the output is:
    mist: OK
    
    If the check fails, sha256 exits with nonzero status and prints output similar to:
    mist: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
  3. Make mist binary executable:
    chmod +x ./mist
    
  4. Install mist on path (optional):
    e.g.
    mv mist /usr/local/bin/mist
    
  5. Enable mist autocompletion on all your sessions (optional):
    Bash
    echo 'source <(mist completion bash)' >>~/.bashrc
    
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

MacOS

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/darwin/amd64/mist"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/darwin/amd64/mist.sha256"
    
    Validate the mist binary against the checksum file:
    echo "$(<mist.sha256) mist" | sha256sum --check
    
    If valid, the output is:
    mist: OK
    
    If the check fails, sha256 exits with nonzero status and prints output similar to:
    mist: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
  3. Make mist binary executable:
    chmod +x ./mist
    
  4. Install mist on path (optional):
    e.g.
    sudo mv ./mist /usr/local/bin/mist
    sudo chown root: /usr/local/bin/mist
    
  5. 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
      
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

Windows

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/windows/amd64/mist.exe"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.2/bin/windows/amd64/mist.exe.sha256"
    
    Validate the mist binary against the checksum file:
    • 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)
      
  3. Add the binary in to your PATH.
  4. Install mist on path (optional):
    e.g.
    mv mist /usr/local/bin/mist
    
  5. Enable mist autocompletion on all your sessions (optional):
    Powershell
    mist completion powershell
    
    Bash
    echo 'source <(mist completion bash)' >>~/.bashrc
    
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

Binaries

Linux

Arch SHA256
amd64 aebac601ff550885ca191ed1766883b65efa8a4bbbb57db1e8151c401cf58f7c
arm64 607fba21d93d5354c5d92e50393b1f0d0eecb5c6f92a8121fb09253cdd04ae21

Darwin

Arch SHA256
amd64 90245d80a31f282edd31a27b72670dc77e277ae4774e35af2ce7ba7fea03303e
arm64 ed9f8610f6016f52c19d0b8d537f8f98700b9c5bda34f059c29b0332be0aef04

Windows

Arch SHA256
amd64 30dde2ed704a75215e164e8d74edd05f5e6308a0b952730fd5712988fac68229

Freebsd

Arch SHA256
amd64 0f120cc4180e1283c5cb0e589a3725263c1301eec262cdfbc63e084eacfc8fbc
arm64 78289023eadbbe61548020603f6f2908d6e83b5911f6a8cf70c3e1348161cc74

Openbsd

Arch SHA256
amd64 cabfb873a1f4fe875db80223331438903355adb85dc86a6827780f4ce21734d2
arm64 d566395a82354124827d50a2e9cffe59ba0c6c761b6fa6ceeab7b28b7778d7a1

Netbsd

Arch SHA256
amd64 850483e823be71c1bfa82bcb29980bd4427e60e90a0e649dd9ccc761dca156b0
arm64 c548d4f1bc92c76b23c9a60d3c1ea61d16ae4ae98c0cdc2369a67729024fd6af