v0.2.0
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
-
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
-
Untar the binary:
tar xzf blazectl-0.2.0-linux-amd64.tar.gz
-
Move the binary in to your PATH.
sudo mv ./blazectl /usr/local/bin/blazectl
-
Test to ensure the version you installed is up-to-date:
blazectl --version
macOS
-
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
-
Untar the binary:
tar xzf blazectl-0.2.0-darwin-amd64.tar.gz
-
Move the binary in to your PATH.
sudo mv ./blazectl /usr/local/bin/blazectl
-
Test to ensure the version you installed is up-to-date:
blazectl --version
Windows
-
Download the latest release [here][3]
-
Unzip the binary.
-
Add the binary in to your PATH.
-
Test to ensure the version you downloaded is up-to-date:
blazectl --version