Skip to content

v0.2.0

Compare
Choose a tag to compare
@alexanderkiel alexanderkiel released this 27 Jul 09:17

Improvements

Batch Count Resources

Uses FHIR batch instead of individual requests to perform the count-resources sub command.

Add Processing Stats to Upload

The processing stats show the duration of processing on the server, which can be much less than the whole request duration if the network connection to the server isn't very fast.

Installation

blazectl is written in Go. All you need is a single binary which is available for Linux, macOS and Windows.

Linux

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-linux-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.2.0-linux-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

macOS

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-darwin-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.2.0-darwin-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

Windows

  1. Download the latest release [here][3]

  2. Unzip the binary.

  3. Add the binary in to your PATH.

  4. Test to ensure the version you downloaded is up-to-date:

    blazectl --version