This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: oxidecomputer/cli-old
Releases · oxidecomputer/cli-old
v0.2.7
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="1c9a6cdb39bd7416090dd6d35ac0299a07d3527b8153d3db2a40a6fb6c8056af"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="e027ce34976478bc7fcc8e3ff267ddf2f5c57367b17b8dba4fc598c3c16959d7"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="aa37d9987c9a3cde85d5e20ca1d901afb124ac7bd7328a419f0fb9b6767e0b4a"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="3a286e9181d5ec1bb2640ca3552be4619d13dd788e11ee9ff9b62b4c701db6b4"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="2ba644fe4801afb6dbdd23c5c98d3d333bffd00872f30159992e7dfe50aa892f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="9aa032ed7001e723211826dfae76612e51ffbcb3e2ee4f03af7728c77683d813"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.7/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.6
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="a9c7da243839114ac1ebd9eceaa35d4aaffb4c03d312e40d5db4f793f0800c90"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="0a1ae5a0791a956e555aadfe1b7c8653c28b4121e1ab81bdcd983046057a6fe4"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="760fc8eebcda314ba05360feef916f01d7889687d0c1ee612d37d86bbae2881a"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="b442fef738548bf3db27b545b5751ae7571d29f70b525db30652e67a75bd84cf"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="4f9f9feda5608d0eb88cf3c1c8ec7be56a45108d00d2a634265d50f286777e98"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="88c8af4223672dfcb06b8ffa07fee0e762c1da94b5f91956cee5479c25ece535"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.6/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.5
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="5c8d178af54ed50f83921cbaa85946551c5198a1e00ec49a5aa9c333ada8563c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="ecd3757d545d1cc63074f88ce3d59842aaf818360879409a073090e6b5920057"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="e4229f8f8fa5cbb7843a3e5dc54772329fb744924bf54ab25f005387043b580e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="d403bac3b3127c2558f4beac0153920a5c141ceda55d47b61d52e82cb6dbcced"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="5f7fd2806bc48810a0bf21b7ca36d6706470dbb2d38c75c8b1ddee6fdd17c3cc"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="bd18c7b1eb99d95167f139ba792549915d585761a242797bc334e31c2b841c3c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.5/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.4
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="0e3eef06a3e15135d66fe3c0a9df774d4aff961b5cd36a6a43e383f64165d1c1"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="614d8b76f8aa241acae9ff6b35d371469aca9ae13feb2ee15aa420369be8c41e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="95e5ee0ac40e00d64013289d54e146895678cf49801a336e307140a3818b901d"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="fd135100e4da27dde4f93f3e0fba9e713ac08d2b695fd192ec8341fce15163d4"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="9f46e75082375945db93f55b4dff57c94fe3e8dbe0e3013f7514e3d2936dd435"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="7376ddb4f04616fe76ccbb2384376c78919919481561ed0253ce44e37be24d72"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.4/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.2
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="f04bee9cb263f09aedf9e4ec76af81353c43d38714416e674f1b75a1b54ac664"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="0210b4c32fc782a11e8e873e11462b4918188b2226a7581d70c5cd4438601081"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="1e3c4b5b4de097e7a8824efb38133231400770a4c84cae13da93e45a77fc3e19"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="8ab8220fdb9570219e90054902373bfdc60678dd17538416b5bb06109293c887"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="2f2e7ca90d070b9c42867e6454bff1c77213ce13fc988ad39c2f011951a67104"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="ab9e5316e4a506a164e3e04e4a3940ef8598b9df0b80f2f3cb8f2b370287829f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.2/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.1
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="3013fdb30db0ac8910b5cc416a3fa18327df3bf9697bc72cf05278b6d84a7c44"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="049ebef5b2dbab8c169286128e4dcb13162a4d15c0597bd4371daa8cc200b18d"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="836da37af58bfe6b155707a56470f48b311993d5e3292cd3a71d22c1366ce8ba"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="4407025ec7b92d14e7ea07748cde135d645d1c99b6938d336793fb6e7ec7e8e6"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="5309588388fe5146c41f9e0228669e2d24ebd7c7e1ed7a51e70fc69913dd580e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="1729eb2e23acb5cd8f5f6d8260ce07490f52be748a2da3a3f841b8d5d7771be1"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.1/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.0
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="ee7919a8091bce25895b0d6c75f36489045c0cabe8255459cd139ff60552bda0"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="9bba6fe4f59bbec2ebb43fe597bfaa9cf445dda9b02f01eb37de51b1750a1ef8"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="3b25a6ec2a55774f8565cd0ce7311fca043b9e790f68453a37fe0ff886383f9b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="1e7b5377c7752430a5864cf46c1675dae48afed0a86113fcb63efe32b6d899ba"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="bbc5da4b6946c703ac98029d939a6c2b510837891e31889e4a1a09b217e9dc28"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="be48ccfb17e6850b1a318cefc1ce8c12f340c3f2b5c098c9f3f31656b8ddc09f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.0-pre.3
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="a7e591cc41911e8d7f2f25afb1efe244ba0f52717b6619d3abb6acd5e48c81e2"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="c130d248c8e9d5b5f148ce19b3faa41edb06e798ca77bd3d1d201800a13174af"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="556430367f64fbdc02d7f5dbfc4b1293520f3129c246a7a50316317138faa6f1"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="82127979549a0e1bc335d8236100f4dcf4060fd42d9b8303dc88bd945e188fbe"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="afbdd6532fdfff99b58ada218069a0869bac1866818a8f816d679b0b72d56182"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="b572c63bc2e310b1ac317b96d8593ad87fa77ab999ebcb0318331d86006675f8"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.3/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.0-pre.2
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="bf096023b0bd274242c3d6b256bf5c63582ff1e625b02f182a27ca0da3af9682"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="28e8c23695e1e1686d306dab5426630889189f3183b8b96e33b607e9f4049f21"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="96f80a18be02697a8a789a48c946dd597ef50735d090fb485ae85ccf3cd6662c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="52c2eac92c879058b73d286a32c21669413cdb3b514a6e055f0dd6166a3d8584"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="a26c068f235a6bbdfd8f6586b45c8f792b25e91f6de5f2d85aedbfd7cdbba126"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="65bfeb14b292ec79c61715a81a1a1347e27a2693cffc8102e9f91f460d3df12b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.2/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
v0.2.0-pre.1
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="124a9b1e7791ae36e32034a3a95a41b0eab427834adb145c94a90398b3e5d17e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-x86_64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="65189fd607ea2c88434dd351bdd1cf9051fec0c1a5977decdbaac4945a1e280b"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-aarch64-apple-darwin" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="16ece4f39601e29529ef593ec6b9db56a61c1e40cdab3a1b213696b6d01eb8cf"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-x86_64-pc-windows-gnu" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="fb182dcc046467e077183600f9cb49e13a3bed63ed78a67f463aa8a9c40790ba"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-x86_64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="308268c54aa95016598e92bcc2f4d56c2e73f6221f5685880fa60c831e312805"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-aarch64-unknown-linux-musl" -o "/usr/local/bin/oxide" \
&& echo "${OXIDE_CLI_SHA256} /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h
x86_64-unknown-illumos
# Export the sha256sum for verification.
$ export OXIDE_CLI_SHA256="44837cdacbe6c959ea8049a0e11eed011a4141de12ea58a951777524633177eb"
# Download and check the sha256sum.
$ curl -fSL "https://dl.oxide.computer/releases/cli/v0.2.0-pre.1/oxide-x86_64-unknown-illumos" -o "/usr/local/bin/oxide" \
&& echo "$ /usr/local/bin/oxide" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/oxide"
$ echo "oxide cli installed!"
# Run it!
$ oxide -h