Previous Topic: list Parameter (appstore)Next Topic: bind Parameter (appstore)


get Parameter (appstore)

get Parameter

Description

Download and install a product from the AppStore.

Syntax
util appstore get product_id=product_id user_name=user_name user_password=user_password [--force]
Arguments
product_id

Product id of AppStore product to download and install.

user_name

Name of AppStore user account to which the grid is bound.

user_password

Password for user account to which the grid is bound. A value of '-' prompts the user for the password.

--force

(Optional) Install product and backup any existing product(s).

Examples
util appstore get product_id=123 user_name=myuser user_password=-

Download and install product designated by product ID 123

util appstore get product_id=123 user_name=myuser user_password=- --force

Download and install product with ID 123; backing up and upgrading any existing product(s).

Notes