commands.json (715B)
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 "spec": { 24 "path": "spec.py", 25 "script": "run", 26 "parser": "create_parser", 27 "help": "Update the SPEC_MANIFEST.json file", 28 "virtualenv": false 29 } 30 }