Salesforce Analytics Plugin CLI Command Reference

1y ago
13 Views
2 Downloads
510.07 KB
54 Pages
Last View : Today
Last Download : 3m ago
Upload by : Brady Himes
Transcription

Salesforce Analytics Plugin CLICommand ReferenceSalesforce, Winter ’23@salesforcedocsLast updated: November 3, 2022

Copyright 2000–2022 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,as are other names and marks. Other marks appearing herein may be trademarks of their respective owners.

CONTENTSSalesforce Analytics CLI Plugin Command Reference . . . . . . . . . . . . . . . . . . . . . . . . . . 1analytics Namespace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1Help for Salesforce CLI Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49CLI Deprecation Policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50

SALESFORCE ANALYTICS CLI PLUGIN COMMANDREFERENCEThe command reference contains information about the Salesforce CLI commands for the Analytics plugin and their parameters. Thisversion of the command reference includes details about version 7.149.1 of Salesforce CLI and the following plugin versions:@salesforce/analytics plugin version 1.0.7.For information about installing Salesforce CLI, see the Salesforce DX Setup Guide.For information about installing Analytics CLI plugin, see Install the Analytics CLI Plugin.For information about Salesforce CLI changes, see the Salesforce CLI Release Notes.analytics NamespaceCommands for Analytics developers.Help for Salesforce CLI CommandsThe -h --help parameter shows details about Salesforce CLI topics and their commands.CLI Deprecation PolicySalesforce deprecates CLI commands and parameters when, for example, the underlying API changes.analytics NamespaceCommands for Analytics developers.analytics:enableEnable Analytics.analytics:queryExecute an Analytics query.app CommandsCreate and manage Analytics apps.asset CommandsManage Analytics asset publishing.autoinstall CommandsManage Analytics auto-install requests.dashboard CommandsManage Analytics dashboards.dataflow CommandsManage Analytics dataflows.dataset CommandsManage Analytics datasets.lens CommandsManage Analytics lenses.1

Salesforce Analytics CLI Plugin Command Referenceanalytics:enablerecipe CommandsManage analytics recipes.template CommandsCreate and manage Analytics templates.analytics:enableEnable Analytics.Examples for analytics:enable sfdx analytics:enableCommand Syntaxsfdx analytics:enable[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-a][-w WAIT][-p POLLINTERVAL]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string2

Salesforce Analytics CLI Plugin Command Referenceanalytics:query--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-a --asyncOptionalEnable asynchronously.Type: boolean-w --wait WAITOptionalWait time in minutes for auto-install request to finish (default 10).Type: numberDefault value: 10-p --pollinterval POLLINTERVALOptionalPolling interval in milliseconds for checking auto-install request status (default 5000).Type: numberDefault value: 5000analytics:queryExecute an Analytics query.Examples for analytics:querysfdx analytics:query -f query.saqlsfdx analytics:query -f query.sql -t America/Denversfdx analytics:query -q "." --sql --limit 10 -r csvCommand Syntaxsfdx analytics:query[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-f QUERYFILE][-q QUERY][--nomapnames][--sql]3

Salesforce Analytics CLI Plugin Command Referenceanalytics:query[-t TIMEZONE][--connector CONNECTOR][--limit LIMIT][-r RESULTFORMAT]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-f --queryfile QUERYFILEOptionalPath to the file containing the query to execute.Type: filepath-q --query QUERYOptionalThe query to execute.Type: string--nomapnamesOptionalSkip mapping dataset names in the SAQL query to ids.Type: boolean--sqlOptionalExecute the query as SQL.4

Salesforce Analytics CLI Plugin Command Referenceapp CommandsType: boolean-t --timezone TIMEZONEOptionalThe timezone for the query.Type: string--connector CONNECTOROptionalExecute the SQL query against this external data connector id or name.Type: string--limit LIMITOptionalThe maximum number of rows to include.Type: number-r --resultformat RESULTFORMATOptionalResult format emitted to stdout.Type: enumPermissible values are: human, csv, jsonDefault value: humanapp CommandsCreate and manage Analytics apps.analytics:app:createCreates an Analytics app.analytics:app:decoupleDecouples an Analytics app from an Analytics template.analytics:app:deleteDelete Analytics apps.analytics:app:displayDisplays an Analytics app's details.analytics:app:listLists Analytics apps in the specified folder or target org.analytics:app:updateUpdates an Analytics app from a template.analytics:app:createCreates an Analytics app.5

Salesforce Analytics CLI Plugin Command Referenceapp CommandsExamples for analytics:app:create sfdx analytics:app:create -t templateid -n appname sfdx analytics:app:create -m templatename sfdx analytics:app:create -f path to json fileCommand Syntaxsfdx analytics:app:create[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-f DEFINITIONFILE][-t TEMPLATEID][-m TEMPLATENAME][-n APPNAME][-a][-v][-w WAIT]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.6

Salesforce Analytics CLI Plugin Command Referenceapp CommandsType: string-f --definitionfile DEFINITIONFILEOptionalAnalytics template definition file; required unless a --templateid value is specified.Type: filepath-t --templateid TEMPLATEIDOptionalTemplate ID; required unless a --definitionfile value is specified.Type: string-m --templatename TEMPLATENAMEOptionalThe name of the Analytics template.Type: string-n --appname APPNAMEOptionalThe name of the created app.Type: string-a --asyncOptionalCreate app asynchronously.Type: boolean-v --alleventsOptionalVerbose display of all app create events.Type: boolean-w --wait WAITOptionalWait time in minutes for streaming app creation events (default 10).Type: numberDefault value: 10analytics:app:decoupleDecouples an Analytics app from an Analytics template.Examples for analytics:app:decouple sfdx analytics:app:decouple -f folderId -t templateId7

Salesforce Analytics CLI Plugin Command Referenceapp CommandsCommand Syntaxsfdx analytics:app:decouple[--json]w[--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-f FOLDERID-t TEMPLATEIDParameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id-t --templateid TEMPLATEIDRequiredTemplate ID.Type: id8

Salesforce Analytics CLI Plugin Command Referenceapp Commandsanalytics:app:deleteDelete Analytics apps.Examples for analytics:app:delete sfdx analytics:app:delete -f folderidCommand Syntaxsfdx analytics:app:delete[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-f FOLDERID[-p]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id9

Salesforce Analytics CLI Plugin Command Referenceapp Commands-p --nopromptOptionalDo not prompt to confirm delete.Type: booleananalytics:app:displayDisplays an Analytics app's details.Examples for analytics:app:display sfdx analytics:app:display -f folderId -aCommand Syntaxsfdx analytics:app:display[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-f FOLDERID[-a]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.10

Salesforce Analytics CLI Plugin Command Referenceapp CommandsType: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id-a --applogOptionalSpecify to include app creation log details.Type: booleananalytics:app:listLists Analytics apps in the specified folder or target org.Examples for analytics:app:list sfdx analytics:app:listCommand Syntaxsfdx analytics:app:list[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-f FOLDERID]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.11

Salesforce Analytics CLI Plugin Command Referenceapp CommandsType: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-f --folderid FOLDERIDOptionalID of the folder that contains the app data.Type: stringanalytics:app:updateUpdates an Analytics app from a template.Examples for analytics:app:update sfdx analytics:app:update -f folderId -t templateIdCommand Syntaxsfdx analytics:app:update[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-t TEMPLATEID-f FOLDERID[-a][-v][-w WAIT]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL12

Salesforce Analytics CLI Plugin Command Referenceasset CommandsDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-t --templateid TEMPLATEIDRequiredThe ID of the Analytics template.Type: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id-a --asyncOptionalUpdate app asynchronously.Type: boolean-v --alleventsOptionalVerbose display of all app update events.Type: boolean-w --wait WAITOptionalWait time in minutes for streaming app update events (default 10).Type: numberDefault value: 10asset CommandsManage Analytics asset publishing.analytics:asset:publisher:createCreate a publisher record for the Analytics asset.analytics:asset:publisher:deleteDelete an Analytics asset publisher.13

Salesforce Analytics CLI Plugin Command Referenceasset Commandsanalytics:asset:publisher:deleteallDeletes Analytics asset publishers.analytics:asset:publisher:listLists Analytics asset publishers.analytics:asset:publisher:createCreate a publisher record for the Analytics asset.Examples for analytics:asset:publisher:create sfdx analytics:asset:publisher:create -i assetIdCommand Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i ASSETIDParameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string14

Salesforce Analytics CLI Plugin Command Referenceasset Commands-i --assetid ASSETIDRequiredAsset ID under development.Type: idanalytics:asset:publisher:deleteDelete an Analytics asset publisher.Examples for analytics:asset:publisher:delete sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherIdCommand Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i ID-a ASSETIDParameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.15

Salesforce Analytics CLI Plugin Command Referenceasset CommandsType: string-i --id IDRequiredAsset Publisher ID under development.Type: id-a --assetid ASSETIDRequiredAsset ID under development.Type: idanalytics:asset:publisher:deleteallDeletes Analytics asset publishers.Examples for analytics:asset:publisher:deleteall sfdx analytics:asset:publisher:deleteall -i assetIdCommand Syntaxsfdx evel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i ASSETID[-p]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptional16

Salesforce Analytics CLI Plugin Command Referenceasset CommandsA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --assetid ASSETIDRequiredAsset ID under development.Type: id-p --nopromptOptionalDo not prompt to confirm delete.Type: booleananalytics:asset:publisher:listLists Analytics asset publishers.Examples for analytics:asset:publisher:list sfdx analytics:asset:publisher:list -i assetIdCommand Syntaxsfdx analytics:asset:publisher:list[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i ASSETIDParameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enum17

Salesforce Analytics CLI Plugin Command Referenceautoinstall CommandsPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --assetid ASSETIDRequiredAsset ID under development.Type: idautoinstall CommandsManage Analytics auto-install requests.analytics:autoinstall:app:createCreates auto-install request to create an Analytics app.analytics:autoinstall:app:deleteCreates auto-install request to delete an Analytics app.analytics:autoinstall:app:updateCreates auto-install request to update an Analytics app.analytics:autoinstall:displayDisplays an Analytics auto-install request details.analytics:autoinstall:listLists Analytics auto-install requests in the specified target org.analytics:autoinstall:app:createCreates auto-install request to create an Analytics app.Examples for analytics:autoinstall:app:create sfdx analytics:autoinstall:app:create -t templateid sfdx analytics:autoinstall:app:create -n templatename18

Salesforce Analytics CLI Plugin Command Referenceautoinstall CommandsCommand Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-t TEMPLATEID][-n TEMPLATENAME][-a][-w WAIT][-p POLLINTERVAL]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-t --templateid TEMPLATEIDOptionalThe ID of the Analytics template.Type: id-n --templatename TEMPLATENAMEOptionalThe API name of the Analytics template.19

Salesforce Analytics CLI Plugin Command Referenceautoinstall CommandsType: string-a --asyncOptionalCreate app asynchronously.Type: boolean-w --wait WAITOptionalWait time in minutes for auto-install request to finish (default 10).Type: numberDefault value: 10-p --pollinterval POLLINTERVALOptionalPolling interval in milliseconds for checking auto-install request status (default 5000).Type: numberDefault value: 5000analytics:autoinstall:app:deleteCreates auto-install request to delete an Analytics app.Examples for analytics:autoinstall:app:delete sfdx analytics:autoinstall:app:delete -f folderidCommand Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-f FOLDERID[-a][-w WAIT][-p POLLINTERVAL]Parameters--jsonOptionalFormat output as JSON.Type: boolean20

Salesforce Analytics CLI Plugin Command Referenceautoinstall Commands--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id-a --asyncOptionalDelete app asynchronously.Type: boolean-w --wait WAITOptionalWait time in minutes for auto-install request to finish (default 10).Type: numberDefault value: 10-p --pollinterval POLLINTERVALOptionalPolling interval in milliseconds for checking auto-install request status (default 5000).Type: numberDefault value: 5000analytics:autoinstall:app:updateCreates auto-install request to update an Analytics app.21

Salesforce Analytics CLI Plugin Command Referenceautoinstall CommandsExamples for analytics:autoinstall:app:update sfdx analytics:autoinstall:app:update -t templateid -f folderid sfdx analytics:autoinstall:app:update -n templatename -f folderidCommand Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION][-t TEMPLATEID][-n TEMPLATENAME]-f FOLDERID[-a][-w WAIT][-p POLLINTERVAL]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-t --templateid TEMPLATEIDOptional22

Salesforce Analytics CLI Plugin Command Referenceautoinstall CommandsThe ID of the Analytics template.Type: id-n --templatename TEMPLATENAMEOptionalThe API name of the Analytics template.Type: string-f --folderid FOLDERIDRequiredID of the folder that contains the app data.Type: id-a --asyncOptionalUpdate app asynchronously.Type: boolean-w --wait WAITOptionalWait time in minutes for auto-install request to finish (default 10).Type: numberDefault value: 10-p --pollinterval POLLINTERVALOptionalPolling interval in milliseconds for checking auto-install request status (default 5000).Type: numberDefault value: 5000analytics:autoinstall:displayDisplays an Analytics auto-install request details.Examples for analytics:autoinstall:display sfdx analytics:autoinstall:display -i idCommand Syntaxsfdx analytics:autoinstall:display[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i AUTOINSTALLID23

Salesforce Analytics CLI Plugin Command Referenceautoinstall Commands[-a]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --autoinstallid AUTOINSTALLIDRequiredID of the auto-install request.Type: id-a --applogOptionalSpecify to include app creation log details.Type: booleananalytics:autoinstall:listLists Analytics auto-install requests in the specified target org.Examples for analytics:autoinstall:list sfdx analytics:autoinstall:list24

Salesforce Analytics CLI Plugin Command Referencedashboard CommandsCommand Syntaxsfdx analytics:autoinstall:list[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: stringdashboard CommandsManage Analytics dashboards.analytics:dashboard:history:listLists history records for Analytics dashboards in the specified target org.analytics:dashboard:history:revertRevert to a specified history record.analytics:dashboard:listLists Analytics dashboards in the specified target org.analytics:dashboard:updateUpdates an Analytics dashboard.25

Salesforce Analytics CLI Plugin Command Referencedashboard Commandsanalytics:dashboard:history:listLists history records for Analytics dashboards in the specified target org.Examples for analytics:dashboard:history:list sfdx analytics:dashboard:history:list --dashboardid dashboardid Command Syntaxsfdx l LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i DASHBOARDIDParameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --dashboardid DASHBOARDIDRequiredThe ID of the dashboard to show history records.Type: id26

Salesforce Analytics CLI Plugin Command Referencedashboard Commandsanalytics:dashboard:history:revertRevert to a specified history record.Examples for analytics:dashboard:history:revert sfdx analytics:dashboard:history:revert -i dashboardid -y historyid -l historyLabel Command Syntaxsfdx vel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i DASHBOARDID-y HISTORYID[-l LABEL]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.Type: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --dashboardid DASHBOARDIDRequired27

Salesforce Analytics CLI Plugin Command Referencedashboard CommandsThe ID of the dashboard to show history records.Type: id-y --historyid HISTORYIDRequiredThe ID of the dashboard history records.Type: id-l --label LABELOptionalLabel for new reverted history record.Type: stringanalytics:dashboard:listLists Analytics dashboards in the specified target org.Examples for analytics:dashboard:list sfdx analytics:dashboard:listCommand Syntaxsfdx analytics:dashboard:list[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]Parameters--jsonOptionalFormat output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.28

Salesforce Analytics CLI Plugin Command Referencedashboard CommandsType: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: stringanalytics:dashboard:updateUpdates an Analytics dashboard.Examples for analytics:dashboard:update sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId sfdx analytics:dashboard:update -i dashboardId -rCommand Syntaxsfdx analytics:dashboard:update[--json][--loglevel LOGLEVEL][-u TARGETUSERNAME][--apiversion APIVERSION]-i DASHBOARDID[-y t output as JSON.Type: boolean--loglevel LOGLEVELOptionalThe logging level for this command invocation. Logs are stored in HOME/.sfdx/sfdx.log.Type: enumPermissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATALDefault value: warn-u --targetusername TARGETUSERNAMEOptionalA username or alias for the target org. Overrides the default target org.29

Salesforce Analytics CLI Plugin Command Referencedataflow CommandsType: string--apiversion APIVERSIONOptionalOverride the API version used for API requests made by this command.Type: string-i --dashboardid DASHBOARDIDRequiredDashboard ID.Type: id-y --currenthistoryid CURRENTHISTORYIDOptionalCurrent History ID to display.Type: id-r --removecurrenthistoryOptionalRemove Current History ID from dashboard.Type: booleandataflow CommandsManage Analytics dataflows.analytics:dataflow:history:listLists history records for Analytics dataflows in the specified target org.analytics:dataflow:history:revertRevert to a specified history record.analytics:dataflow:listLists Analytics dataflows in the specified target org.analytics:dataflow:history:listLists history records for Analytics dataflows in the specified target org.Examples for analytics:dataflow:history:lis

Commands for Analytics developers. Help for Salesforce CLI Commands The -h --help parameter shows details about Salesforce CLI topics and their commands. CLI Deprecation Policy Salesforce deprecates CLI commands and parameters when, for example, the underlying API changes. analytics Namespace Commands for Analytics developers. analytics:enable

Related Documents:

Salesforce can be accessed from the Salesforce AppExchange . RingCentral for Salesforce version 5.x, 6.0, and later includes Salesforce Mobile App. This enables you to make calls via the Salesforce Mobile App with RingCentral's quality phone services. If your Salesforce is already configured for Salesforce Mobile App,

abrt-plugin-bugzilla x abrt-plugin-filetransfer x abrt-plugin-logger x abrt-plugin-mailx x abrt-plugin-reportuploader x abrt-plugin-runapp x abrt-plugin-sosreport x abrt-python x x abrt-tui x x x abyssinica-fonts x . 3 Oracle Linux and Oracle VM Included .

Command Library - String Operation Command Command Library - XML Command Command Library - Terminal Emulator Command (Per Customer Interest) Command Library - PDF Integration Command Command Library - FTP Command (Per Customer Interest) Command Library - PGP Command Command Library - Object Cloning

SICOM Series CLI Command Manual 6 Chapter 1 CLI Command Introduction This chapter mainly introduces how to configure SICOM series Industrial Ethernet Switch by CLI command and the instructions of command set. 1.1 Login the Switch 1.1.1 Command Line User can log in command line via serial port or Telnet.

www.Seagate.com Installation from an OS Command Line 1.3 Installation from an OS Command Line SeaTools SSD CLI can be installed on Windows or Linux computers. This section shows installation from an OS Command Line. To install SeaTools SSD CLI from an OS command line: To run the CLI installation file, type the following on the command line.

Understand the Salesforce Adapter. Salesforce Adapter Capabilities1-1. Salesforce Adapter Restrictions1-2. What Application Version Is Supported?1-3. Salesforce Adapter Use Cases1-3. Workflow to Create and Add a Salesforce Adapter Connection to an Integration1-3. Create a Salesforce Adapter Connection. Prerequisites for Creating a Connection2-1

To become a Certified Salesforce Administrator and Developer, you must pass the Salesforce Administrator Exam and the Salesforce App Builder Exam. You can pass the exams by following these easy steps. Step 1: Complete the Salesforce training course Step 2: Visit certification.salesforce.com and register to take both exams: Salesforce

Marxism is a highly complex subject, and that sector of it known as Marxist literary criticism is no less so. It would therefore be impossible in this short study to do more than broach a few basic issues and raise some fundamental questions. (The book is as short as it is, incidentally, because it was originally designed for a series of brief introductory studies.) The danger with books of .