github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/upload_multiple_file_specs.json (about)

     1  {
     2    "files": [
     3      {
     4        "pattern": "testsdata/a/a1.in",
     5        "target": "${REPO1}/multiple/a1.out"
     6      },
     7      {
     8        "pattern": "testsdata/a/b/b2.in",
     9        "target": "${REPO1}/multiple/properties/",
    10        "flat": "false",
    11        "props": "searchMe=true"
    12      }
    13    ]
    14  }