-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.26 KB
/
oclif.manifest.json
1
{"version":"1.0.2","commands":{"create-build":{"id":"create-build","description":"Launches a new build","pluginName":"vidiff","pluginType":"core","aliases":[],"flags":{"apiToken":{"name":"apiToken","type":"option","char":"t","description":"Your API token. Availlable in the account page.","required":true},"projectId":{"name":"projectId","type":"option","char":"p","description":"The id of the project. Availlable in the project page.","required":true},"baselineBranch":{"name":"baselineBranch","type":"option","char":"b","description":"The baseline branch.","default":"master"},"comparisonBranch":{"name":"comparisonBranch","type":"option","char":"c","description":"The comparison branch.","default":"master"}},"args":[]},"init":{"id":"init","description":"Creates the files needed for Vidiff to work\n...\nCreates two files in your repository:\n- A .vidiffrc configuration file, with default capabilities and branchToUrlMapping\n- A scenario file\n","pluginName":"vidiff","pluginType":"core","aliases":[],"flags":{"entry":{"name":"entry","type":"option","char":"e","description":"The location of the scenario file","default":"test/scenario.js"},"url":{"name":"url","type":"option","char":"u","description":"The URL to run the scenario on","default":"https://google.com"}},"args":[]}}}