autoinstall Commands
Manage Analytics auto-install requests.
analytics autoinstall app cancel
Cancels an auto-install request for an Analytics app.
Examples for analytics autoinstall app cancel
1sf analytics autoinstall app cancel -i id
Command Syntax
sf analytics autoinstall app cancel
[--json]
[--api-version APIVERSION]
-o TARGETORG
-i AUTOINSTALLID
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string
-i | --autoinstallid AUTOINSTALLID
Required
ID of the auto-install request to cancel.
Type: id
analytics autoinstall app create
Creates auto-install request to create an Analytics app.
Examples for analytics autoinstall app create
1sf analytics autoinstall app create -t templateid
1sf analytics autoinstall app create -n templatename
Command Syntax
sf analytics autoinstall app create
[--json]
[--api-version APIVERSION]
-o TARGETORG
[-t TEMPLATEID]
[-n TEMPLATENAME]
[-a ASYNC]
[-c APPCONFIGURATION]
[-w WAIT]
[-p POLLINTERVAL]
[--appdescription APPDESCRIPTION]
[--applog APPLOG]
[--appname APPNAME]
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string
-t | --templateid TEMPLATEID
Optional
The ID of the Analytics template.
Type: id
-n | --templatename TEMPLATENAME
Optional
The API name of the Analytics template.
Type: string
-a | --async ASYNC
Optional
Create app asynchronously.
Type: boolean
-c|--appconfiguration APPCONFIGURATION
Optional
Analytics auto-install app configuration file. For more details, see Auto Install App Config Input
Type: string
-w | --wait WAIT
Optional
Wait time in minutes for auto-install request to finish (default 10).
Type: number
Default value: 10
-p | --pollinterval POLLINTERVAL
Optional
Polling interval in milliseconds for checking auto-install request status (default 5000).
Type: number
Default value: 5000
--appdescription APPDESCRIPTION
Optional
The description of the created app
Type: string
--applog APPLOG
Optional
Specify to include app log details.
Type: boolean
--appname APPNAME
Optional
The name of the created app
Type: string
analytics autoinstall app delete
Creates auto-install request to delete an Analytics app.
Examples for analytics autoinstall app delete
1sf analytics autoinstall app delete -f folderid
Command Syntax
sf analytics autoinstall app delete
[--json]
[--api-version APIVERSION]
-o TARGETORG
-f FOLDERID
[-a]
[-w WAIT]
[-p POLLINTERVAL]
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string
-f | --folderid FOLDERID
Required
ID of the folder that contains the app data.
Type: id
-a | --async
Optional
Delete app asynchronously.
Type: boolean
-w | --wait WAIT
Optional
Wait time in minutes for auto-install request to finish (default 10).
Type: number
Default value: 10
-p | --pollinterval POLLINTERVAL
Optional
Polling interval in milliseconds for checking auto-install request status (default 5000).
Type: number
Default value: 5000
analytics autoinstall app update
Creates auto-install request to update an Analytics app.
Examples for analytics autoinstall app update
1sf analytics autoinstall app update -t templateid -f folderid
1sf analytics autoinstall app update -n templatename -f folderid
Command Syntax
sf analytics autoinstall app update
[--json]
[--api-version APIVERSION]
-o TARGETORG
[-t TEMPLATEID]
[-n TEMPLATENAME]
-f FOLDERID
[-a ASYNC]
[-w WAIT]
[-p POLLINTERVAL]
[--applog APPLOG]
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string
-t | --templateid TEMPLATEID
Optional
The ID of the Analytics template.
Type: id
-n | --templatename TEMPLATENAME
Optional
The API name of the Analytics template.
Type: string
-f | --folderid FOLDERID
Required
ID of the folder that contains the app data.
Type: id
-a | --async ASYNC
Optional
Update app asynchronously.
Type: boolean
-w | --wait WAIT
Optional
Wait time in minutes for auto-install request to finish (default 10).
Type: number
Default value: 10
-p | --pollinterval POLLINTERVAL
Optional
Polling interval in milliseconds for checking auto-install request status (default 5000).
Type: number
Default value: 5000
--applog APPLOG
Optional
Specify to include app log details.
Type: boolean
analytics autoinstall display
Displays an Analytics auto-install request details.
Examples for analytics autoinstall display
1sf analytics autoinstall display -i id
Command Syntax
sf analytics autoinstall display
[--json]
[--api-version APIVERSION]
-o TARGETORG
-i AUTOINSTALLID
[-a]
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string
-i | --autoinstallid AUTOINSTALLID
Required
ID of the auto-install request.
Type: id
-a | --applog
Optional
Specify to include app creation log details.
Type: boolean
analytics autoinstall list
Lists Analytics auto-install requests in the specified target org.
Examples for analytics autoinstall list
1sf analytics autoinstall list
Command Syntax
sf analytics autoinstall list
[--json]
[--api-version APIVERSION]
-o TARGETORG
Parameters
--json
Optional
Format output as JSON.
Type: boolean
--api-version APIVERSION
Optional
Override the API version used for API requests made by this command.
Type: string
-o TARGETORG
Required
Username or alias of the target org. Not required if the target-org configuration variable is set.
Type: string