get.porter.sh/porter@v1.3.0/pkg/porter/testdata/version/version-output.json (about)

     1  {
     2    "version": {
     3      "name": "porter",
     4      "version": "v1.2.3",
     5      "commit": "abc123"
     6    },
     7    "system": {
     8      "OS": "linux",
     9      "Arch": "amd64"
    10    },
    11    "mixins": [
    12      {
    13        "name": "exec",
    14        "version": "v1.0",
    15        "commit": "abc123",
    16        "author": "Porter Authors"
    17      },
    18      {
    19        "name": "testmixin",
    20        "version": "v0.1.0",
    21        "commit": "abc123",
    22        "author": "Porter Authors"
    23      }
    24    ]
    25  }