@salesforce/analytics 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.0.14","commands":{"analytics":{"id":"analytics","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","hidden":true,"aliases":[],"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"}},"args":[]},"analytics:enable":{"id":"analytics:enable","description":"enable Analytics","usage":"<%= command.id %> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:enable"],"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"},"async":{"name":"async","type":"boolean","char":"a","description":"enable asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:query":{"id":"analytics:query","description":"execute a Analytics query","usage":"<%= command.id %> [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["sfdx analytics:query -f query.saql","sfdx analytics:query -f query.sql -t America/Denver","sfdx analytics:query -q \"...\" --sql --limit 10 -r csv"],"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"},"queryfile":{"name":"queryfile","type":"option","char":"f","description":"path to the file containing the query to execute"},"query":{"name":"query","type":"option","char":"q","description":"query to execute"},"nomapnames":{"name":"nomapnames","type":"boolean","description":"skip mapping dataset names in the SAQL query to ids","allowNo":false},"sql":{"name":"sql","type":"boolean","description":"execute the query as SQL","allowNo":false},"timezone":{"name":"timezone","type":"option","char":"t","description":"timezone for the query"},"connector":{"name":"connector","type":"option","description":"execute the SQL query against this external data connector id or name"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"}},"args":[]},"analytics:app:create":{"id":"analytics:app:create","description":"create a Analytics app","usage":"<%= command.id %> [-f <filepath> | -m <string> | -t <string>] [-n <string>] [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:create -t templateid -n appname","$ sfdx analytics:app:create -m templatename","$ sfdx analytics:app:create -f path_to_json_file"],"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"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"Analytics template definition file; required unless --templateid is specified"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID; required unless --definitionfile is specified"},"templatename":{"name":"templatename","type":"option","char":"m","description":"template name"},"appname":{"name":"appname","type":"option","char":"n","description":"app name"},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:app:decouple":{"id":"analytics:app:decouple","description":"decouples a Analytics app from a Analytics template","usage":"<%= command.id %> -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:decouple -f folderId -t templateId"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true}},"args":[]},"analytics:app:delete":{"id":"analytics:app:delete","description":"delete Analytics apps","usage":"<%= command.id %> -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:delete -f folderid"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:app:display":{"id":"analytics:app:display","description":"displays a Analytics app's details","usage":"<%= command.id %> -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:display -f folderId -a"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:app:list":{"id":"analytics:app:list","description":"list Analytics apps","usage":"<%= command.id %> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:list"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"}},"args":[]},"analytics:app:update":{"id":"analytics:app:update","description":"updates a Analytics app from a template","usage":"<%= command.id %> -t <string> -f <id> [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:update -f folderId -t templateId"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:autoinstall:display":{"id":"analytics:autoinstall:display","description":"displays a Analytics auto-install request details","usage":"<%= command.id %> -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:display -i 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"},"autoinstallid":{"name":"autoinstallid","type":"option","char":"i","description":"auto-install request ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:autoinstall:list":{"id":"analytics:autoinstall:list","description":"list Analytics auto-install requests","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:list"],"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":[]},"analytics:dashboard:list":{"id":"analytics:dashboard:list","description":"list Analytics dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:list"],"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":[]},"analytics:dashboard:update":{"id":"analytics:dashboard:update","description":"updates a Analytics dashboard","usage":"<%= command.id %> -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId","$ sfdx analytics:dashboard:update -i dashboardId -r"],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"Dashboard ID","required":true},"currenthistoryid":{"name":"currenthistoryid","type":"option","char":"y","description":"Current History ID to display"},"removecurrenthistory":{"name":"removecurrenthistory","type":"boolean","char":"r","description":"Remove Current History ID from dashboard","allowNo":false}},"args":[]},"analytics:dataflow:list":{"id":"analytics:dataflow:list","description":"list Analytics dataflows","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:list"],"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":[]},"analytics:dataset:display":{"id":"analytics:dataset:display","description":"displays a Analytics dataset's details","usage":"<%= command.id %> [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:display -i datasetId","$ sfdx analytics:dataset:display -n datasetApiName"],"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"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"}},"args":[]},"analytics:dataset:list":{"id":"analytics:dataset:list","description":"list Analytics datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:list"],"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":[]},"analytics:lens:list":{"id":"analytics:lens:list","description":"list Analytics lenses","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:list"],"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":[]},"analytics:recipe:list":{"id":"analytics:recipe:list","description":"list Analytics recipes","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:recipe:list"],"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":[]},"analytics:template:create":{"id":"analytics:template:create","description":"create Analytics templates","usage":"<%= command.id %> -f <id> [-r <array>] [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:create -f folderid","$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\""],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"recipeids":{"name":"recipeids","type":"option","char":"r","description":"comma-separated list of recipe IDs","required":false},"label":{"name":"label","type":"option","char":"l","description":"template label"},"description":{"name":"description","type":"option","description":"template description"}},"args":[]},"analytics:template:delete":{"id":"analytics:template:delete","description":"delete Analytics templates","usage":"<%= command.id %> -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:delete -t templateid"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"forcedelete":{"name":"forcedelete","type":"boolean","description":"force delete the Analytics template and all linked Analytics apps","allowNo":false},"decouple":{"name":"decouple","type":"boolean","description":"decouple all linked Analytics apps","allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:template:display":{"id":"analytics:template:display","description":"displays a Analytics template's details","usage":"<%= command.id %> [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:display -t templateid","$ sfdx analytics:template:display -n templatename"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"}},"args":[]},"analytics:template:list":{"id":"analytics:template:list","description":"list Analytics templates","usage":"<%= command.id %> [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:list","$ sfdx analytics:template:list --includembeddedtemplates","$ sfdx analytics:template:list --includesalesforcetemplates"],"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"},"includesalesforcetemplates":{"name":"includesalesforcetemplates","type":"boolean","char":"a","description":"include salesforce templates","allowNo":false},"includembeddedtemplates":{"name":"includembeddedtemplates","type":"boolean","char":"e","description":"include EmbeddedApp templates","allowNo":false}},"args":[]},"analytics:template:update":{"id":"analytics:template:update","description":"update Analytics templates","usage":"<%= command.id %> [-t <id> | -n <string>] [-f <id>] [-r <array>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:update -t templateid -f folderid","$ sfdx analytics:template:update -t templateid -f folderid -r \"recipeid1, recipeid2\""],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"},"recipeids":{"name":"recipeids","type":"option","char":"r","description":"comma-separated list of recipe IDs","required":false},"assetversion":{"name":"assetversion","type":"option","char":"v","description":"version number for upgrading the template (available in api version 54.0)"}},"args":[]},"analytics:asset:publisher:create":{"id":"analytics:asset:publisher:create","description":"create a publisher record for the Analytics asset","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:create -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:delete":{"id":"analytics:asset:publisher:delete","description":"delete a Analytics asset publisher","usage":"<%= command.id %> -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"],"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"},"id":{"name":"id","type":"option","char":"i","description":"Asset Publisher ID under development","required":true},"assetid":{"name":"assetid","type":"option","char":"a","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:deleteall":{"id":"analytics:asset:publisher:deleteall","description":"delete Analytics asset publishers","usage":"<%= command.id %> -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:deleteall -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:asset:publisher:list":{"id":"analytics:asset:publisher:list","description":"list Analytics asset publishers","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:list -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:autoinstall:app:create":{"id":"analytics:autoinstall:app:create","description":"creates auto-install request to create Analytics app","usage":"<%= command.id %> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:create -t templateid","$ sfdx analytics:autoinstall:app:create -n templatename"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"noenqueue":{"name":"noenqueue","type":"boolean","description":"do not enqueue the request","hidden":true,"allowNo":false},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:delete":{"id":"analytics:autoinstall:app:delete","description":"creates auto-install request to delete Analytics app","usage":"<%= command.id %> -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:delete -f folderid"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"delete app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:update":{"id":"analytics:autoinstall:app:update","description":"creates auto-install request to update Analytics app","usage":"<%= command.id %> -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:update -t templateid -f folderid","$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:dashboard:history:list":{"id":"analytics:dashboard:history:list","description":"list history records for Analytics dashboards","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true}},"args":[]},"analytics:dashboard:history:revert":{"id":"analytics:dashboard:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataflow:history:list":{"id":"analytics:dataflow:history:list","description":"list history records for Analytics dataflows","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "],"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"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true}},"args":[]},"analytics:dataflow:history:revert":{"id":"analytics:dataflow:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "],"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"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dataflow history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataset:rows:fetch":{"id":"analytics:dataset:rows:fetch","description":"fetch the rows of a Analytics dataset","usage":"<%= command.id %> [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:rows:fetch -i datasetId","$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"],"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"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false}},"args":[]},"analytics:lens:history:list":{"id":"analytics:lens:history:list","description":"list history records for Analytics lenses","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:history:list --lensid <lensid> "],"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"},"lensid":{"name":"lensid","type":"option","char":"i","description":"lens ID","required":true}},"args":[]},"analytics:lens:history:revert":{"id":"analytics:lens:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"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"},"lensid":{"name":"lensid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]}}}
|
|
1
|
+
{"version":"1.0.16","commands":{"analytics":{"id":"analytics","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","hidden":true,"aliases":[],"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"}},"args":[]},"analytics:enable":{"id":"analytics:enable","description":"enable Analytics","usage":"<%= command.id %> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:enable"],"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"},"async":{"name":"async","type":"boolean","char":"a","description":"enable asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:query":{"id":"analytics:query","description":"execute a Analytics query","usage":"<%= command.id %> [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["sfdx analytics:query -f query.saql","sfdx analytics:query -f query.sql -t America/Denver","sfdx analytics:query -q \"...\" --sql --limit 10 -r csv"],"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"},"queryfile":{"name":"queryfile","type":"option","char":"f","description":"path to the file containing the query to execute"},"query":{"name":"query","type":"option","char":"q","description":"query to execute"},"nomapnames":{"name":"nomapnames","type":"boolean","description":"skip mapping dataset names in the SAQL query to ids","allowNo":false},"sql":{"name":"sql","type":"boolean","description":"execute the query as SQL","allowNo":false},"timezone":{"name":"timezone","type":"option","char":"t","description":"timezone for the query"},"connector":{"name":"connector","type":"option","description":"execute the SQL query against this external data connector id or name"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"}},"args":[]},"analytics:app:create":{"id":"analytics:app:create","description":"create a Analytics app","usage":"<%= command.id %> [-f <filepath> | -m <string> | -t <string>] [-n <string>] [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:create -t templateid -n appname","$ sfdx analytics:app:create -m templatename","$ sfdx analytics:app:create -f path_to_json_file"],"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"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"Analytics template definition file; required unless --templateid is specified"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID; required unless --definitionfile is specified"},"templatename":{"name":"templatename","type":"option","char":"m","description":"template name"},"appname":{"name":"appname","type":"option","char":"n","description":"app name"},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:app:decouple":{"id":"analytics:app:decouple","description":"decouples a Analytics app from a Analytics template","usage":"<%= command.id %> -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:decouple -f folderId -t templateId"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true}},"args":[]},"analytics:app:delete":{"id":"analytics:app:delete","description":"delete Analytics apps","usage":"<%= command.id %> -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:delete -f folderid"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:app:display":{"id":"analytics:app:display","description":"displays a Analytics app's details","usage":"<%= command.id %> -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:display -f folderId -a"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:app:list":{"id":"analytics:app:list","description":"list Analytics apps","usage":"<%= command.id %> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:list"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"}},"args":[]},"analytics:app:update":{"id":"analytics:app:update","description":"updates a Analytics app from a template","usage":"<%= command.id %> -t <string> -f <id> [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:update -f folderId -t templateId"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:autoinstall:display":{"id":"analytics:autoinstall:display","description":"displays a Analytics auto-install request details","usage":"<%= command.id %> -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:display -i 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"},"autoinstallid":{"name":"autoinstallid","type":"option","char":"i","description":"auto-install request ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:autoinstall:list":{"id":"analytics:autoinstall:list","description":"list Analytics auto-install requests","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:list"],"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":[]},"analytics:dashboard:list":{"id":"analytics:dashboard:list","description":"list Analytics dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:list"],"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":[]},"analytics:dashboard:update":{"id":"analytics:dashboard:update","description":"updates a Analytics dashboard","usage":"<%= command.id %> -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId","$ sfdx analytics:dashboard:update -i dashboardId -r"],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"Dashboard ID","required":true},"currenthistoryid":{"name":"currenthistoryid","type":"option","char":"y","description":"Current History ID to display"},"removecurrenthistory":{"name":"removecurrenthistory","type":"boolean","char":"r","description":"Remove Current History ID from dashboard","allowNo":false}},"args":[]},"analytics:dataflow:list":{"id":"analytics:dataflow:list","description":"list Analytics dataflows","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:list"],"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":[]},"analytics:dataset:display":{"id":"analytics:dataset:display","description":"displays a Analytics dataset's details","usage":"<%= command.id %> [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:display -i datasetId","$ sfdx analytics:dataset:display -n datasetApiName"],"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"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"}},"args":[]},"analytics:dataset:list":{"id":"analytics:dataset:list","description":"list Analytics datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:list"],"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":[]},"analytics:lens:list":{"id":"analytics:lens:list","description":"list Analytics lenses","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:list"],"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":[]},"analytics:recipe:list":{"id":"analytics:recipe:list","description":"list Analytics recipes","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:recipe:list"],"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":[]},"analytics:template:create":{"id":"analytics:template:create","description":"create Analytics templates","usage":"<%= command.id %> -f <id> [-r <array>] [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:create -f folderid","$ sfdx analytics:template:create -f folderid -r \"recipeid1, recipeid2\""],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"recipeids":{"name":"recipeids","type":"option","char":"r","description":"comma-separated list of recipe IDs","required":false},"label":{"name":"label","type":"option","char":"l","description":"template label"},"description":{"name":"description","type":"option","description":"template description"}},"args":[]},"analytics:template:delete":{"id":"analytics:template:delete","description":"delete Analytics templates","usage":"<%= command.id %> -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:delete -t templateid"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"forcedelete":{"name":"forcedelete","type":"boolean","description":"force delete the Analytics template and all linked Analytics apps","allowNo":false},"decouple":{"name":"decouple","type":"boolean","description":"decouple all linked Analytics apps","allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:template:display":{"id":"analytics:template:display","description":"displays a Analytics template's details","usage":"<%= command.id %> [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:display -t templateid","$ sfdx analytics:template:display -n templatename"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"}},"args":[]},"analytics:template:list":{"id":"analytics:template:list","description":"list Analytics templates","usage":"<%= command.id %> [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:list","$ sfdx analytics:template:list --includembeddedtemplates","$ sfdx analytics:template:list --includesalesforcetemplates"],"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"},"includesalesforcetemplates":{"name":"includesalesforcetemplates","type":"boolean","char":"a","description":"include salesforce templates","allowNo":false},"includembeddedtemplates":{"name":"includembeddedtemplates","type":"boolean","char":"e","description":"include EmbeddedApp templates","allowNo":false}},"args":[]},"analytics:template:update":{"id":"analytics:template:update","description":"update Analytics templates","usage":"<%= command.id %> [-t <id> | -n <string>] [-f <id>] [-r <array>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:update -t templateid -f folderid","$ sfdx analytics:template:update -t templateid -f folderid -r \"recipeid1, recipeid2\""],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"},"recipeids":{"name":"recipeids","type":"option","char":"r","description":"comma-separated list of recipe IDs","required":false},"assetversion":{"name":"assetversion","type":"option","char":"v","description":"version number for upgrading the template (available in api version 54.0)"}},"args":[]},"analytics:asset:publisher:create":{"id":"analytics:asset:publisher:create","description":"create a publisher record for the Analytics asset","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:create -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:delete":{"id":"analytics:asset:publisher:delete","description":"delete a Analytics asset publisher","usage":"<%= command.id %> -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"],"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"},"id":{"name":"id","type":"option","char":"i","description":"Asset Publisher ID under development","required":true},"assetid":{"name":"assetid","type":"option","char":"a","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:deleteall":{"id":"analytics:asset:publisher:deleteall","description":"delete Analytics asset publishers","usage":"<%= command.id %> -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:deleteall -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:asset:publisher:list":{"id":"analytics:asset:publisher:list","description":"list Analytics asset publishers","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:list -i assetId"],"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"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:autoinstall:app:create":{"id":"analytics:autoinstall:app:create","description":"creates auto-install request to create Analytics app","usage":"<%= command.id %> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:create -t templateid","$ sfdx analytics:autoinstall:app:create -n templatename"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"noenqueue":{"name":"noenqueue","type":"boolean","description":"do not enqueue the request","hidden":true,"allowNo":false},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:delete":{"id":"analytics:autoinstall:app:delete","description":"creates auto-install request to delete Analytics app","usage":"<%= command.id %> -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:delete -f folderid"],"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"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"delete app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:update":{"id":"analytics:autoinstall:app:update","description":"creates auto-install request to update Analytics app","usage":"<%= command.id %> -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:update -t templateid -f folderid","$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"],"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"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:dashboard:history:list":{"id":"analytics:dashboard:history:list","description":"list history records for Analytics dashboards","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true}},"args":[]},"analytics:dashboard:history:revert":{"id":"analytics:dashboard:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"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"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataflow:history:list":{"id":"analytics:dataflow:history:list","description":"list history records for Analytics dataflows","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "],"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"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true}},"args":[]},"analytics:dataflow:history:revert":{"id":"analytics:dataflow:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "],"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"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dataflow history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataset:rows:fetch":{"id":"analytics:dataset:rows:fetch","description":"fetch the rows of a Analytics dataset","usage":"<%= command.id %> [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:rows:fetch -i datasetId","$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"],"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"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false}},"args":[]},"analytics:lens:history:list":{"id":"analytics:lens:history:list","description":"list history records for Analytics lenses","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:history:list --lensid <lensid> "],"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"},"lensid":{"name":"lensid","type":"option","char":"i","description":"lens ID","required":true}},"args":[]},"analytics:lens:history:revert":{"id":"analytics:lens:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"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"},"lensid":{"name":"lensid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
3
|
"description": "Commands for working with Salesforce Analytics applications, assets, and services",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.16",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/analyticsdx-vscode/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^1.1.5",
|
|
19
19
|
"@salesforce/dev-config": "^3.1.0",
|
|
20
20
|
"@salesforce/dev-scripts": "^2.0.3",
|
|
21
|
-
"@salesforce/plugin-command-reference": "^1.5.
|
|
21
|
+
"@salesforce/plugin-command-reference": "^1.5.6",
|
|
22
22
|
"@salesforce/prettier-config": "^0.0.2",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.2",
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
25
|
-
"@typescript-eslint/parser": "5.
|
|
25
|
+
"@typescript-eslint/parser": "5.45.0",
|
|
26
26
|
"chai": "^4.3.7",
|
|
27
27
|
"cz-conventional-changelog": "^3.3.0",
|
|
28
28
|
"eslint": "^7.32.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"lint-staged": "^11.0.0",
|
|
39
39
|
"mocha": "^9.1.3",
|
|
40
40
|
"nyc": "^15.1.0",
|
|
41
|
-
"prettier": "^2.8.
|
|
41
|
+
"prettier": "^2.8.1",
|
|
42
42
|
"pretty-quick": "^3.1.0",
|
|
43
43
|
"shx": "0.3.4",
|
|
44
44
|
"sinon": "^11.1.2",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"access": "public"
|
|
176
176
|
},
|
|
177
177
|
"sfdx": {
|
|
178
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.
|
|
179
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.
|
|
178
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.16.crt",
|
|
179
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.16.sig"
|
|
180
180
|
}
|
|
181
181
|
}
|