JSON output

nRF Util

tags
nRF Util

When you use the --json or --json-pretty flag with the search subcommand, each toolchain entry in the output includes a bundle_id field when the toolchain index provides one. Use this ID with --toolchain-bundle-id when installing or uninstalling a specific toolchain bundle.

For example:

{
  "entries": [
    {
      "sdkType": "nrf",
      "sdkVersion": "v3.4.1",
      "sdkStatus": {
        "local": "installed",
        "remote": "available"
      },
      "toolchains": [
        {
          "version": "v3.4.0+2",
          "bundle_id": "15b490767d",
          "status": {
            "local": "installed",
            "remote": "available"
          }
        }
      ],
      "tags": []
    }
  ],
  "alerts": []
}