github neilotoole/sq v0.39.0

latest releases: v0.48.3, v0.48.2, v0.48.1...
15 months ago

Added

  • #263: sq version now supports --yaml output.
  • #263: sq version now outputs host OS details with --verbose, --json
    and --yaml flags. The motivation behind this is bug submission: we want
    to know which OS/arch the user is on. E.g. for sq version -j:
{
  "version": "v0.38.1",
  "commit": "eedc11ec46d1f0e78628158cc6fd58850601d701",
  "timestamp": "2023-06-21T11:41:34Z",
  "latest_version": "v0.39.0",
  "host": {
    "platform": "darwin",
    "arch": "arm64",
    "kernel": "Darwin",
    "kernel_version": "22.5.0",
    "variant": "macOS",
    "variant_version": "13.4"
  }
}
  • #263: The output of sq inspect and sq inspect -v has been refactored
    significantly, and should now be easier to work with (docs).

Don't miss a new sq release

NewReleases is sending notifications on new releases.