1{
2  "manifest": {
3    "path": "update.py",
4    "script": "run",
5    "parser": "create_parser",
6    "help": "Update the MANIFEST.json file",
7    "virtualenv": false
8  },
9  "manifest-download": {
10    "path": "download.py",
11    "script": "run",
12    "parser": "create_parser",
13    "help": "Download recent pregenerated MANIFEST.json file",
14    "virtualenv": false
15  },
16  "test-paths": {
17    "path": "testpaths.py",
18    "script": "run",
19    "parser": "create_parser",
20    "help": "Print test paths given a set of test ids",
21    "virtualenv": false
22  }
23}
24