UNPKG

vtex

Version:

The platform for e-commerce apps

1 lines 33.9 kB
{"version":"2.106.4","commands":{"add":{"id":"add","description":"Add app(s) to the manifest dependencies","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex add vtex.service-example@0.x"],"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","required":true},{"name":"ithAppId","required":false}]},"browse":{"id":"browse","description":"Open endpoint in browser window","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex browse","vtex browse admin"],"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},"qr":{"name":"qr","type":"boolean","char":"q","description":"Outputs a QR Code on the terminal","allowNo":false}},"args":[{"name":"path","default":""}]},"deploy":{"id":"deploy","description":"Deploy a release of an app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex deploy","vtex deploy 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},"yes":{"name":"yes","type":"boolean","char":"y","description":"Answer yes to confirmation prompts","allowNo":false}},"args":[{"name":"appId"}]},"deprecate":{"id":"deprecate","description":"Deprecate an app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex deprecate","vtex deprecate 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},"yes":{"name":"yes","type":"boolean","char":"y","description":"Confirm all prompts","allowNo":false}},"args":[{"name":"appId","required":false},{"name":"ithAppId","required":false}]},"init":{"id":"init","description":"Create basic files and folders for your VTEX app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex init"],"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":[]},"install":{"id":"install","description":"Install an app (defaults to the app in the current directory)","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex install","vtex install vtex.service-example@0.x","vtex install 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},"force":{"name":"force","type":"boolean","char":"f","description":"Install app without checking for route conflicts","allowNo":false}},"args":[{"name":"appId","required":false},{"name":"ithAppId","required":false}]},"link":{"id":"link","description":"Start a development session for this app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex link -a youraccount -w yourworkspace"],"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},"account":{"name":"account","type":"option","char":"a","description":"Account to login before linking the app. This flag has to be paired with the '--workspace' flag.","required":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"Clean builder cache","allowNo":false},"setup":{"name":"setup","type":"boolean","char":"s","description":"Setup typings before linking [see vtex setup --help]","allowNo":false},"no-watch":{"name":"no-watch","type":"boolean","description":"Don't watch for file changes after initial link","allowNo":false},"unsafe":{"name":"unsafe","type":"boolean","char":"u","description":"Allow links with Typescript errors","allowNo":false},"workspace":{"name":"workspace","type":"option","char":"w","description":"Workspace to switch to before linking the app. Can be paired with the '--account' flag to change account and switch to the given workspace.","required":false}},"args":[]},"list":{"id":"list","description":"List your installed VTEX apps","pluginName":"vtex","pluginType":"core","aliases":["ls"],"examples":["vtex list","vtex ls"],"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":[]},"login":{"id":"login","description":"Log into a VTEX account","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex login","vtex login storecomponents"],"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},"workspace":{"name":"workspace","type":"option","char":"w","description":"Workspace to login into"}},"args":[{"name":"account","required":false}]},"logout":{"id":"logout","description":"Logout of the current VTEX account","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex logout"],"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":[]},"logs":{"id":"logs","description":"Show apps production logs","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex logs","vtex logs appName","vtex logs --all","vtex logs appName --past"],"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},"all":{"name":"all","type":"boolean","char":"a","description":"Show all logs from this account's apps","allowNo":false},"past":{"name":"past","type":"boolean","char":"p","description":"Show logs already seen from this account's apps","allowNo":false}},"args":[{"name":"app","required":false}]},"publish":{"id":"publish","description":"Publish the current app or a path containing an app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex publish"],"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},"tag":{"name":"tag","type":"option","char":"t","description":"Apply a tag to the release"},"workspace":{"name":"workspace","type":"option","char":"w","description":"Specify the workspace for the app registry"},"force":{"name":"force","type":"boolean","char":"f","description":"Publish app without checking if the semver is being respected","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Answer yes to confirmation prompts","allowNo":false}},"args":[]},"release":{"id":"release","description":"Bump app version, commit and push to remote. Only for git users. The first option can also be a specific valid semver version","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex release","vtex release patch","vtex release patch beta","vtex release minor stable","vtex release pre"],"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":"releaseType","required":false,"options":["pre","major","minor","patch","prerelease"],"default":"patch"},{"name":"tagName","required":false,"options":["stable","beta","hkignore"],"default":"beta"}]},"setup":{"id":"setup","description":"Setup development enviroment","pluginName":"vtex","pluginType":"core","aliases":[],"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},"ignore-linked":{"name":"ignore-linked","type":"boolean","char":"i","description":"Add only types from apps published","allowNo":false},"all":{"name":"all","type":"boolean","description":"Select all existing setup flags","allowNo":false},"typings":{"name":"typings","type":"boolean","description":"Setup GraphQL and React typings","allowNo":false},"tooling":{"name":"tooling","type":"boolean","description":"Setup tools for applicable builders\nNode and React: Prettier, Husky and ESLint","allowNo":false},"tsconfig":{"name":"tsconfig","type":"boolean","description":"Setup React and Node's TSconfig, if applicable","allowNo":false}},"args":[]},"support":{"id":"support","description":"Login as support into another VTEX account","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex support storecomponents"],"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":"account","required":true}]},"switch":{"id":"switch","description":"Switch to another VTEX account","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex switch storecomponents"],"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},"workspace":{"name":"workspace","type":"option","char":"w","description":"Specify login workspace"}},"args":[{"name":"account","required":true}]},"undeprecate":{"id":"undeprecate","description":"Undeprecate app","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex undeprecate 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},"yes":{"name":"yes","type":"boolean","char":"y","description":"Confirm all prompts","allowNo":false}},"args":[{"name":"appId","required":false},{"name":"ithAppId","required":false}]},"uninstall":{"id":"uninstall","description":"Uninstall an app (defaults to the app in the current directory)","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex uninstall","vtex uninstall vtex.service-example","vtex uninstall vtex.service-example@0.x"],"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},"yes":{"name":"yes","type":"boolean","char":"y","description":"Auto confirm prompts","allowNo":false}},"args":[{"name":"appName","required":false},{"name":"ithAppName","required":false}]},"unlink":{"id":"unlink","description":"Unlink an app on the current directory or a specified one","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex unlink","vtex unlink vtex.service-example@0.x"],"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},"all":{"name":"all","type":"boolean","char":"a","description":"Unlink all apps","allowNo":false}},"args":[{"name":"appId","required":false},{"name":"ithAppId","required":false}]},"update":{"id":"update","description":"Update all installed apps to the latest (minor or patch) version","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex update"],"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":[]},"url":{"id":"url","description":"Prints base URL for current account, workspace and environment","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex url"],"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":[]},"whoami":{"id":"whoami","description":"See your credentials current status","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex whoami"],"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":[]},"config:get":{"id":"config:get","description":"Gets the current value for the requested configuration","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex config get env","vtex config get cluster"],"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":"configName","required":true,"options":["env","cluster"]}]},"config:reset":{"id":"config:reset","description":"Reset the requested configuration to the default value","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex config reset env","vtex config reset cluster"],"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":"configName","required":true,"options":["env","cluster"]}]},"config:set":{"id":"config:set","description":"Sets the current value for the given configuration","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex config set env envValue","vtex config set cluster clusterValue"],"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":"configName","required":true,"options":["env","cluster"]},{"name":"value","required":true}]},"debug:dotnet":{"id":"debug:dotnet","description":"Debug .NET applications (IDEs only)","pluginName":"vtex","pluginType":"core","aliases":[],"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":"debugInst","required":true}]},"deps:diff":{"id":"deps:diff","description":"Diff between workspace dependencies. If only a parameter is passed the current workspace is used in the diff and if no parameter is passed the diff is made between the current workspace and master","pluginName":"vtex","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","required":false},{"name":"workspace2","required":false,"default":"master"}]},"deps:list":{"id":"deps:list","description":"List your workspace dependencies","pluginName":"vtex","pluginType":"core","aliases":["deps:ls"],"examples":["vtex deps list","vtex deps ls"],"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":"Show only keys","allowNo":false},"npm":{"name":"npm","type":"boolean","char":"n","description":"Include deps from npm registry","allowNo":false}},"args":[]},"deps:update":{"id":"deps:update","description":"Update all workspace dependencies or a specific app@version","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex deps update","vtex deps update 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","required":false},{"name":"ithAppId","required":false}]},"infra:install":{"id":"infra:install","description":"Install an infra service","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex infra install infra-service","vtex infra install infra-service@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":"serviceId","required":true}]},"infra:list":{"id":"infra:list","description":"List installed infra services","pluginName":"vtex","pluginType":"core","aliases":["infra:ls"],"examples":["vtex infra list","vtex infra ls"],"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},"filter":{"name":"filter","type":"option","char":"f","description":"Only list versions containing this word"},"available":{"name":"available","type":"boolean","char":"a","description":"List services available to install","allowNo":false}},"args":[{"name":"name","required":false}]},"infra:update":{"id":"infra:update","description":"Update all installed infra services","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex infra update"],"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":[]},"local:account":{"id":"local:account","description":"Show current account and copy it to clipboard","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex local account"],"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":[]},"local:token":{"id":"local:token","description":"Show user's auth token and copy it to clipboard","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex local token"],"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":[]},"local:welcome":{"id":"local:welcome","description":"Gives some commonly sought-after info after you log in","pluginName":"vtex","pluginType":"core","aliases":["welcome"],"examples":["vtex welcome","vtex local welcome"],"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":[]},"local:workspace":{"id":"local:workspace","description":"Show current workspace and copy it to clipboard","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex local workspace"],"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":[]},"redirects:delete":{"id":"redirects:delete","description":"Delete redirects in the current account and workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex redirects delete csvPath"],"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":"csvPath","required":true}]},"redirects:export":{"id":"redirects:export","description":"Export all redirects in the current account and workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex redirects export csvPath"],"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":"csvPath","required":true}]},"redirects:import":{"id":"redirects:import","description":"Import redirects for the current account and workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex redirects import csvPath"],"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},"reset":{"name":"reset","type":"boolean","char":"r","description":"Remove all previous redirects","allowNo":false}},"args":[{"name":"csvPath","required":true}]},"settings:get":{"id":"settings:get","description":"Get app settings","pluginName":"vtex","pluginType":"core","aliases":["settings"],"examples":["vtex settings get vtex.service-example"],"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":"appName","required":true},{"name":"field"}]},"settings:set":{"id":"settings:set","description":"Set app settings","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex settings set vtex.service-example fieldName fieldValue"],"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":"appName","required":true},{"name":"field","required":true},{"name":"value","required":true}]},"settings:unset":{"id":"settings:unset","description":"Unset app settings","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex settings unset vtex.service-example fieldName"],"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":"appName","required":true},{"name":"field","required":true}]},"workspace:create":{"id":"workspace:create","description":"Create a new workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex workspace create workspaceName"],"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},"production":{"name":"production","type":"boolean","char":"p","description":"Create a production workspace","allowNo":false}},"args":[{"name":"workspaceName"}]},"workspace:delete":{"id":"workspace:delete","description":"Delete one or many workspaces","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex workspace delete workspaceName","vtex workspace delete workspaceName1 workspaceName2"],"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},"force":{"name":"force","type":"boolean","char":"f","description":"Ignore if you're currently using the workspace","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Answer yes to confirmation prompts","allowNo":false}},"args":[{"name":"workspace1","required":true},{"name":"ithWorkspace","required":false}]},"workspace:info":{"id":"workspace:info","description":"Display information about the current workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex workspace info"],"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":[]},"workspace:list":{"id":"workspace:list","description":"List workspaces on this account","pluginName":"vtex","pluginType":"core","aliases":["workspace:ls"],"examples":["vtex workspace list","vtex workspace ls"],"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":[]},"workspace:promote":{"id":"workspace:promote","description":"Promote this workspace to master","pluginName":"vtex","pluginType":"core","aliases":["promote"],"examples":["vtex workspace promote","vtex promote"],"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":[]},"workspace:reset":{"id":"workspace:reset","description":"Delete and recreate a workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex workspace reset","vtex workspace reset workspaceName"],"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},"production":{"name":"production","type":"boolean","char":"p","description":"Re-create the workspace as a production one","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Answer yes to confirmation prompts","allowNo":false}},"args":[{"name":"workspaceName","required":false}]},"workspace:status":{"id":"workspace:status","description":"Display information about a workspace","pluginName":"vtex","pluginType":"core","aliases":[],"examples":["vtex workspace status"],"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":"workspaceName","required":false}]},"workspace:use":{"id":"workspace:use","description":"Use a workspace to perform operations","pluginName":"vtex","pluginType":"core","aliases":["use"],"examples":["vtex workspace use workspaceName","vtex use workspaceName"],"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},"production":{"name":"production","type":"boolean","char":"p","description":"Create the workspace as production if it does not exist or is reset","allowNo":false},"reset":{"name":"reset","type":"boolean","char":"r","description":"Resets workspace before using it","allowNo":false}},"args":[{"name":"workspace","required":true}]}}}