github.com/replicatedhq/ship@v0.55.0/integration/init_app/basic/expected/.ship/state.json (about)

     1  {
     2    "v1": {
     3      "config": {},
     4      "upstream": "__upstream__",
     5      "contentSHA": "8997ab5eed1468dfdcc8953b793a89d39efbcc08cac820f4e6d343f27636d3fc",
     6      "metadata": {
     7        "applicationType": "replicated.app",
     8        "customerID": "__customerID__",
     9        "installationID": "__installationID__",
    10        "license": {
    11          "assignee": "",
    12          "createdAt": "0001-01-01T00:00:00Z",
    13          "expiresAt": "0001-01-01T00:00:00Z",
    14          "id": "",
    15          "type": ""
    16        },
    17        "releaseNotes": "integration tests",
    18        "sequence": 0,
    19        "version": "1.0.2"
    20      },
    21      "releaseName": "integration-replicated-app-basic",
    22      "upstreamContents": {
    23        "appRelease": {
    24          "id": "pAb_dFxe4M4TdvkPWSdgDhgtpDbOcGAM",
    25          "sequence": 4603,
    26          "channelId": "lD4lzjnjwOYzKbNsjK0JlcpzF19PswXz",
    27          "channelName": "integration replicated.app basic",
    28          "channelIcon": "",
    29          "semver": "1.0.2",
    30          "releaseNotes": "integration tests",
    31          "spec": "---\nassets:\n  v1:\n    - inline:\n        contents: |\n          #!/bin/bash\n          echo \"installing nothing\"\n          echo \"config option: {{repl ConfigOption \"test_option\" }}\"\n        dest: ./scripts/install.sh\n        mode: 0777\n    - inline:\n        contents: |\n          #!/bin/bash\n          echo \"tested nothing\"\n          echo \"customer {{repl Installation \"customer_id\" }}\"\n          echo \"install {{repl Installation \"installation_id\" }}\"\n        dest: ./scripts/test.sh\n        mode: 0777\nconfig:\n  v1:\n    - name: test_options\n      title: Test Options\n      description: testing testing 123\n      items:\n      - name: test_option\n        title: Test Option\n        default: abc123_test-option-value\n        type: text\nlifecycle:\n  v1:\n    - render: {}\n",
    32          "images": [],
    33          "githubContents": [],
    34          "created": "2018-12-04T03:21:49.000Z",
    35          "entitlements": {}
    36        }
    37      }
    38    }
    39  }