github.com/replicatedcom/ship@v0.50.0/integration/init_app/installation-template-func/input/.ship/release.yml (about)

     1  ---
     2  assets:
     3    v1:
     4      - inline:
     5          contents: |
     6            #!/bin/bash
     7            echo "installing nothing"
     8            echo "semver: {{repl Installation "semver" }}"
     9          dest: ./scripts/install.sh
    10          mode: 0777
    11      - inline:
    12          contents: |
    13            #!/bin/bash
    14            echo "tested nothing"
    15          dest: ./scripts/test.sh
    16          mode: 0777
    17  config:
    18    v1:
    19      - name: test_options
    20        title: Test Options
    21        description: testing testing 123
    22        items:
    23        - name: test_option
    24          title: Test Option
    25          default: abc123_test-option-value
    26          type: text
    27  lifecycle:
    28    v1:
    29      - render: {}