Skip to content

Releases: thecodeteam/rackhdcli

v0.1.0

12 Sep 22:47
Compare
Choose a tag to compare

Initial release of RackHD CLI.

This release includes support for listing nodes, SKUs, and tags within RackHD. The CLI is mostly a read-only tool at this point, for quick command line access for listing information from RackHD.

This release also includes support for attaching arbitrary tags to nodes. These tags can then be used to filter the output of rackhdcli nodes list.

Linux and Mac OS X Installation:

curl -L https://github.com/codedellemc/rackhdcli/releases/download/v0.1.0/rackhdcli.`uname -s`-`uname -m` > /usr/local/bin/rackhdcli && chmod +x /usr/local/bin/rackhdcli