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

     1  {
     2    "files": [
     3      {
     4        "pattern": "testsdata/archives/a.zip",
     5        "target": "${REPO1}/archives/"
     6      },
     7      {
     8        "pattern": "testsdata/archives/b.zip",
     9        "target": "${REPO1}/archives/"
    10      },
    11      {
    12        "pattern": "testsdata/archives/c.zip",
    13        "target": "${REPO1}/zips/"
    14      },
    15      {
    16        "pattern": "testsdata/archives/d.zip",
    17        "target": "${REPO1}/archives/"
    18      },
    19      {
    20        "pattern": "testsdata/a/*",
    21        "target": "${REPO1}/archives/",
    22        "flat": "true"
    23      }
    24    ]
    25  }