v0.2.0-beta.0
Pre-release🚀 Features
-
Adds structured output to Rover - EverlastingBugstopper, issue/285 pull/676
Rover now has an
--outputparameter on every command that allows you to format Rover's output as well-structured JSON. This structure is not set in stone and will change prior to a stable release. If you write scripts around this structured output, then you should add a check in your scripts for the top leveljson_versionkey, and make sure to update your scripts when that version is not what you expect (the first version is1.beta).We'd love your feedback on this new feature, or if you notice any bugs in your existing workflows, so please submit issues!
This release was automatically created by Github Actions.
If you would like to verify that the binary you have downloaded was built from the source code
in this repository, you can compare the output of the commands below to the output of the same
commands on your machine.
MacOS
Binaries built for MacOS are signed and notarized, and are automatically verified with Gatekeeper.
Manual Verification:
$ sha256sum -b $(which rover) | cut -d ' ' -f1
6af4b4537d6c9be7a168f8ef629ed090b9db310407b3512f1ab634c81053168cGNU Linux
Manual Verification:
$ sha256sum -b $(which rover) | cut -d ' ' -f1
80ba8fbe7342c146750ba233be63c31092f702050f8a312f5651fff2dc56d073MUSL Linux
Manual Verification:
$ sha256sum -b $(which rover) | cut -d ' ' -f1
dfadb83a1b4453f44f59c1ce58975e480f00b798480014aa5d9ea6da92d5410eWindows
Manual Verification:
PS> Get-Command rover
CommandType Name Version Source
----------- ---- ------- ------
Application rover.exe 0.0.0.0 C:\Users\username\.rover\bin\rover.exe
PS> Get-FileHash C:\Users\username\.rover\bin\rover.exe
Algorithm Hash Path
--------- ---- ----
SHA256 70c812e6596a4725fc189efdb7febe58e97e89d160781a3b01f662074dfcf9c2 C:\Users\username\.rover\bin\rover.exe