{"version":"0.1.1","commands":{"deps:diff":{"id":"deps:diff","description":"Displays the differences between the dependencies of two distinct workspaces. If a single parameter is passed, the specified workspace's dependencies are compared with the master's. If no parameter is passed, the diff is made between the current workspace and master.","pluginName":"@vtex/cli-plugin-deps","pluginType":"core","aliases":[],"examples":["vtex deps diff workspace1 workspace2"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[{"name":"workspace1","description":"First \u001b[38;5;149mworkspace\u001b[39m for comparison.","required":false},{"name":"workspace2","description":"Second \u001b[38;5;149mworkspace\u001b[39m for comparison.","required":false,"default":"master"}]},"deps:list":{"id":"deps:list","description":"Displays the complete dependency tree of the current workspace.","pluginName":"@vtex/cli-plugin-deps","pluginType":"core","aliases":["deps:ls"],"examples":["\u001b[38;5;205mvtex deps list\u001b[39m","\u001b[38;5;205mvtex deps ls\u001b[39m"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false},"keys":{"name":"keys","type":"boolean","char":"k","description":"Shows only key dependencies.","allowNo":false},"npm":{"name":"npm","type":"boolean","char":"n","description":"Includes dependencies from npm registry.","allowNo":false}},"args":[]},"deps:update":{"id":"deps:update","description":"Updates a dependency of the current workspace. If not specified which dependency, it updates all of them.","pluginName":"@vtex/cli-plugin-deps","pluginType":"core","aliases":[],"examples":["\u001b[38;5;205mvtex deps update\u001b[39m","\u001b[38;5;205mvtex deps update\u001b[39m vtex.service-example@0.0.1"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[{"name":"appId","description":"Name and version of the app \u001b[38;5;149m({vendor}.{appname}@{x.x.x})\u001b[39m to update.","required":false},{"name":"ithAppId","description":"Names and versions of the multiple apps \u001b[38;5;149m({vendor}.{appname}@{x.x.x})\u001b[39m to update.","required":false}]}}}