{"version":"5.0.0","commands":{"asset-compute:devtool":{"id":"asset-compute:devtool","description":"Starts the Asset Compute Developer Tool","strict":true,"pluginName":"@adobe/aio-cli-plugin-asset-compute","pluginAlias":"@adobe/aio-cli-plugin-asset-compute","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"version":{"name":"version","type":"boolean","description":"Show version","allowNo":false},"port":{"name":"port","type":"option","description":"Http port of the Asset Compute Developer Tool Server","multiple":false,"default":9000}},"args":[]},"asset-compute":{"id":"asset-compute","description":"Develop and test Adobe Asset Compute workers","strict":true,"pluginName":"@adobe/aio-cli-plugin-asset-compute","pluginAlias":"@adobe/aio-cli-plugin-asset-compute","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"version":{"name":"version","type":"boolean","description":"Show version","allowNo":false}},"args":[]},"asset-compute:run-worker":{"id":"asset-compute:run-worker","description":"Run worker from local project using Docker","strict":true,"pluginName":"@adobe/aio-cli-plugin-asset-compute","pluginAlias":"@adobe/aio-cli-plugin-asset-compute","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"version":{"name":"version","type":"boolean","description":"Show version","allowNo":false},"action":{"name":"action","type":"option","char":"a","description":"Worker to run. Use action name from manifest. Not required if there is only one.","multiple":false},"param":{"name":"param","type":"option","char":"p","description":"<key> <value> - Set parameters for rendition, can be used multiple times","multiple":true},"paramFile":{"name":"paramFile","type":"option","char":"P","description":"Path to parameter json file.","multiple":false},"data":{"name":"data","type":"option","char":"d","description":"Complete input parameters as JSON string. Allows multiple renditions.","multiple":false,"exclusive":["paramFile","param"]}},"args":[{"name":"file","description":"Path to input file for worker","required":true},{"name":"rendition","description":"Path where to create output rendition.\nSingle file for single rendition, or directory to create multiple renditions, in which case the full parameter json including rendition names must be provided using --data.","required":true}]},"asset-compute:test-worker":{"id":"asset-compute:test-worker","description":"Run tests from local project","strict":true,"pluginName":"@adobe/aio-cli-plugin-asset-compute","pluginAlias":"@adobe/aio-cli-plugin-asset-compute","pluginType":"core","aliases":["asset-compute:tw"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"version":{"name":"version","type":"boolean","description":"Show version","allowNo":false},"action":{"name":"action","type":"option","char":"a","description":"Worker to test. Use action name from manifest. If not set, runs tests for all workers.","multiple":false},"updateRenditions":{"name":"updateRenditions","type":"boolean","char":"u","description":"Replace expected renditions of failing test cases with the generated rendition.","allowNo":false}},"args":[{"name":"testCase","description":"Test case(s) to run. Supports glob patterns. If not set, runs all tests.","required":false}]}}}