autoinstall Commands (Deprecated)
analytics:autoinstall:app:cancel (Deprecated)
Examples for analytics:autoinstall:app:cancel
sfdx analytics:autoinstall:app:cancel -i id
Command Syntax
- sfdx analytics:autoinstall:app:cancel
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- -i AUTOINSTALLID
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- Type: string
- -i | --autoinstallid AUTOINSTALLID
- Required
-
ID of the auto-install request to cancel.
- Type: id
analytics:autoinstall:app:create (Deprecated)
Examples for analytics:autoinstall:app:create
sfdx analytics:autoinstall:app:create -t templateid
sfdx analytics:autoinstall:app:create -n templatename
Command Syntax
- sfdx analytics:autoinstall:app:create
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- [-t TEMPLATEID]
- [-n TEMPLATENAME]
- [-a]
- [-w WAIT]
- [-p POLLINTERVAL]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- 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
- Optional
-
Create 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:delete (Deprecated)
Examples for analytics:autoinstall:app:delete
sfdx analytics:autoinstall:app:delete -f folderid
Command Syntax
- sfdx analytics:autoinstall:app:delete
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- -f FOLDERID
- [-a]
- [-w WAIT]
- [-p POLLINTERVAL]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- 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 (Deprecated)
Examples for analytics:autoinstall:app:update
sfdx analytics:autoinstall:app:update -t templateid -f folderid
sfdx analytics:autoinstall:app:update -n templatename -f folderid
Command Syntax
- sfdx analytics:autoinstall:app:update
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- [-t TEMPLATEID]
- [-n TEMPLATENAME]
- -f FOLDERID
- [-a]
- [-w WAIT]
- [-p POLLINTERVAL]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- 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
- 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
analytics:autoinstall:display (Deprecated)
Examples for analytics:autoinstall:display
sfdx analytics:autoinstall:display -i id
Command Syntax
- sfdx analytics:autoinstall:display
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
- -i AUTOINSTALLID
- [-a]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- 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 (Deprecated)
Examples for analytics:autoinstall:list
sfdx analytics:autoinstall:list
Command Syntax
- sfdx analytics:autoinstall:list
- [--json]
- [--loglevel LOGLEVEL]
- [-u TARGETUSERNAME]
- [--apiversion APIVERSION]
Parameters
- --json
- Optional
-
Format output as JSON.
- Type: boolean
- --loglevel LOGLEVEL
- Optional
-
The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.
- Type: enum
- Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
- Default value: warn
- -u | --targetusername TARGETUSERNAME
- Optional
-
A username or alias for the target org. Overrides the default target org.
- Type: string
- --apiversion APIVERSION
- Optional
-
Override the API version used for API requests made by this command.
- Type: string