{"version":"252.0.1","commands":{"commerce:examples:convert":{"id":"commerce:examples:convert","description":"Convert repo examples to SFDX scratch org","usage":"<%= command.id %> -f -n [-d ] [-p ] [-o ] [-y] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:examples:convert -f store-scratch-def.json"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"config file","required":true},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"Directory to output the conversion","default":"/home/runner/.commerce/force-app"},"sourcepath":{"name":"sourcepath","type":"option","char":"p","description":"Files to convert","default":""},"type":{"name":"type","type":"option","char":"o","description":"The type of store you want to create","options":["b2c","b2b"]},"store-name":{"name":"store-name","type":"option","char":"n","description":"Store name","required":true,"default":"1commerce"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false}},"args":[]},"commerce:extension:map":{"id":"commerce:extension:map","description":"Maps an extension to a specific webstore","usage":"<%= command.id %> [-r ] [-n ] [-i ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:extension:map --registered-extension-name test-extension-name --store-name test-store-name ","sf commerce:extension:map --registered-extension-name test-extension-name --store-id test-store-id "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"registered-extension-name":{"name":"registered-extension-name","type":"option","char":"r","description":"Unique name for extension"},"store-name":{"name":"store-name","type":"option","char":"n","description":"The name of the webstore to map the extension"},"store-id":{"name":"store-id","type":"option","char":"i","description":"Optional webstore ID flag"}},"args":[]},"commerce:extension:register":{"id":"commerce:extension:register","description":"Register an extension with one command","usage":"<%= command.id %> [-r ] [-e ] [-a ] [-m ] [-d ] [--icon-uri ] [--is-application] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:extension:register --registered-extension-name test-extension-name --extension-point-name test-epn --apex-class-name test-apex-class"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"registered-extension-name":{"name":"registered-extension-name","type":"option","char":"r","description":"Unique name for extension"},"extension-point-name":{"name":"extension-point-name","type":"option","char":"e","description":"Means of identifying entry points within the domain code that are capable of being extended by partners.Takes the form domain_sub-domain_interface. E.g: checkout_summary_computeTax"},"apex-class-name":{"name":"apex-class-name","type":"option","char":"a","description":"Name of the Apex class that needs to be extended"},"apex-namespace":{"name":"apex-namespace","type":"option","char":"m","description":"Optional namespace for apex class"},"description":{"name":"description","type":"option","char":"d","description":"A brief description of the extension"},"icon-uri":{"name":"icon-uri","type":"option","description":"Where to find the icon representing the extension in URI form."},"is-application":{"name":"is-application","type":"boolean","description":"A boolean that indicates if the extension provider is contained within a managed package","allowNo":false}},"args":[]},"commerce:extension:unmap":{"id":"commerce:extension:unmap","description":"Unmaps an extension from a store","usage":"<%= command.id %> [-r ] [-n ] [-i ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:extension:unmap --registered-extension-name test-extension-name --store-name test-store-name ","sf commerce:extension:unmap --registered-extension-name test-extension-name --store-id test-store-id "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"registered-extension-name":{"name":"registered-extension-name","type":"option","char":"r","description":"Unique name for extension"},"store-name":{"name":"store-name","type":"option","char":"n","description":"The name of the webstore to map the extension"},"store-id":{"name":"store-id","type":"option","char":"i","description":"Optional webstore ID flag"}},"args":[]},"commerce:files:copy":{"id":"commerce:files:copy","description":"Copy files from source to destination folder /home/runner/.commerce","usage":"<%= command.id %> [name=value...] --filestocopy --dirstocopy --copysourcepath [-y] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:files:copy -y --copySourcePath \"~/myexamplefilesdirectory\" --filestocopy \"file1.txt,file2.txt\" --dirstocopy \"dir1,dir2,dir3\"","sf commerce:files:copy --prompt --copySourcePath \"~/myexamplefilesdirectory\" --filestocopy \"file1.txt,file2.txt\" --dirstocopy \"dir1,dir2,dir3\"","sf commerce:files:copy --copySourcePath \"~/myexamplefilesdirectory\" --filestocopy \"file1.txt,file2.txt\" --dirstocopy \"dir1,dir2,dir3\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false},"filestocopy":{"name":"filestocopy","type":"option","description":"Array of individual files to copy located directly in source directory","required":true},"dirstocopy":{"name":"dirstocopy","type":"option","description":"Array of directories (including their contents) located in source directory to copy","required":true},"copysourcepath":{"name":"copysourcepath","type":"option","description":"Base path for files and directories to be copied from","required":true}},"args":[]},"commerce:products:import":{"id":"commerce:products:import","description":"Prepare product data files for import","usage":"<%= command.id %> -n [-c ] [-f ] [-o ] [-y] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:products:import --store-name test-store"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"products-file-csv":{"name":"products-file-csv","type":"option","char":"c","description":"The csv file containing products to import. Pass in empty value to do product-less import","default":"/home/runner/.commerce/examples/csv/Alpine-small.csv"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"config file","default":"/home/runner/.commerce/config/store-scratch-def.json"},"type":{"name":"type","type":"option","char":"o","description":"The type of store you want to create","options":["b2c","b2b"],"default":"b2c"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false}},"args":[]},"commerce:scratchorg:create":{"id":"commerce:scratchorg:create","description":"Create a scratch org","usage":"<%= command.id %> [-u ] [-a ] [-t ] [-w ] [-y] [-d ] [-v ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:scratchorg:create --username demo@1commerce.com --targetdevhubusername ceo@mydevhub.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"username":{"name":"username","type":"option","char":"u","description":"username of the admin to associate with the scratch org."},"alias":{"name":"alias","type":"option","char":"a","description":"Alias name for this scratch org"},"type":{"name":"type","type":"option","char":"t","description":"b2b, b2c or both","default":"both"},"wait":{"name":"wait","type":"option","char":"w","description":"The streaming client socket timeout (in minutes)","default":15},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false},"duration":{"name":"duration","type":"option","char":"d","description":"Duration of the scratch org (in days)","default":30}},"args":[]},"commerce:search:start":{"id":"commerce:search:start","description":"Start search indexing for a given webstore","usage":"<%= command.id %> [-n | -i ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:search:start -n storeName\n // Finds a store and indexes it\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of webstore to index"},"store-id":{"name":"store-id","type":"option","char":"i","description":"ID of webstore to index"}},"args":[]},"commerce:store:create":{"id":"commerce:store:create","description":"Comprehensive create and set up a store. This will create your community/store push store sources, create buyer user, import products, create search index.","usage":"<%= command.id %> [name=value...] -n [-t ] [-f ] [-o ] [-b ] [-y] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:create --store-name test-store"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"},"templatename":{"name":"templatename","type":"option","char":"t","description":"Template to use to create a site. If not specified, the template is retrieved from the store config file based on the store type (b2b or b2c)."},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"The store config file. By default it will be either of ~/.commerce/config/b2c-store-scratch-def or ~/.commerce/config/b2b-store-scratch-def based on store type. Default store type is b2c.]"},"type":{"name":"type","type":"option","char":"o","description":"The type of store you want to create","options":["b2c","b2b"],"default":"b2c"},"buyer-username":{"name":"buyer-username","type":"option","char":"b","description":"buyer's username","default":"buyer@1commerce.com"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false}},"args":[]},"commerce:store:display":{"id":"commerce:store:display","description":"Display buyer info","usage":"<%= command.id %> -n [-b ] [-p ] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:display --store-name test-store"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"buyer-username":{"name":"buyer-username","type":"option","char":"b","description":"buyer's username","default":"buyer@1commerce.com"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"},"urlpathprefix":{"name":"urlpathprefix","type":"option","char":"p","description":"required if different from store-name URL to append to the domain created when Experiences was enabled for this org"}},"args":[]},"commerce:store:open":{"id":"commerce:store:open","description":"Open store(s)","usage":"<%= command.id %> -n [--all] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:open --store-name test-store","sf commerce:store:open --all"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"},"all":{"name":"all","type":"boolean","description":"View All stores using sf org open _ui/networks/setup/SetupNetworksPage page","allowNo":false}},"args":[]},"commerce:extension:points:list":{"id":"commerce:extension:points:list","description":"Lists all EPN values","usage":"<%= command.id %> [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:extension:getEPN"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"commerce:ordermanagement:quickstart:setup":{"id":"commerce:ordermanagement:quickstart:setup","description":"Set up order management","usage":"<%= command.id %> [-y] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:ordermanagement:quickstart:setup "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false}},"args":[]},"commerce:payments:quickstart:setup":{"id":"commerce:payments:quickstart:setup","description":"Set up a new Payment Gateway","usage":"<%= command.id %> -n [-p ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:payments:quickstart:setup -p Stripe -n 1commerce"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"payment-adapter":{"name":"payment-adapter","type":"option","char":"p","description":"Payment Adapter","default":"Stripe"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"}},"args":[]},"commerce:store:quickstart:create":{"id":"commerce:store:quickstart:create","description":"Use this command to just create a community. It will use sf community create until a community is created or failed.","usage":"<%= command.id %> [name=value...] -n [-t ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:quickstart:create --templatename 'b2c-lite-storefront'"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templatename":{"name":"templatename","type":"option","char":"t","description":"Template to use to create a site. If not specified, the template is retrieved from the store config file based on the store type (b2b or b2c).","default":"b2c-lite-storefront"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"}},"args":[]},"commerce:store:quickstart:setup":{"id":"commerce:store:quickstart:setup","description":"Set up a store","usage":"<%= command.id %> [name=value...] -n [-f ] [-y] [-t ] [-v ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/commerce","pluginType":"core","aliases":[],"examples":["sf commerce:store:quickstart:setup --definitionfile store-scratch-def.json"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"config file","default":"/home/runner/.commerce/config/store-scratch-def.json"},"prompt":{"name":"prompt","type":"boolean","char":"y","description":"If there is a file difference detected, prompt before overwriting file","allowNo":false},"templatename":{"name":"templatename","type":"option","char":"t","description":"Template to use to create a site. If not specified, the template is retrieved from the store config file based on the store type (b2b or b2c).","default":"b2c-lite-storefront"},"store-name":{"name":"store-name","type":"option","char":"n","description":"name of the site to create","required":true,"default":"1commerce"}},"args":[]}}}