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

     1  {
     2    "files": [
     3      {
     4        "pattern": "${REPO1}/test_resources/(*)",
     5        "target": "${REPO2}/copy_move_target/{1}",
     6        "flat": "true",
     7        "recursive": "true"
     8      }
     9    ]
    10  }