api:applications:ra-settings-update
Modifies the remote administration settings for an application.
For more help, see https://cloudapi-docs.acquia.com/ or https://dev.acquia.com/api-documentation/acquia-cloud-site-factory-api for acsf commands.
Usage
acli api:applications:ra-settings-update [--update_type UPDATE_TYPE] [--pause_until PAUSE_UNTIL] [--deploy_at DEPLOY_AT] [--deploy_environment DEPLOY_ENVIRONMENT] [--source_environment SOURCE_ENVIRONMENT] [--copy_files COPY_FILES] [--copy_database COPY_DATABASE] [--merge_tag MERGE_TAG] [--merge_branch MERGE_BRANCH] [--] <applicationUuid> <update_mode>
acli api:applications:ra-settings-update da1c0a8e-ff69-45db-88fc-acd6d2affbb7 "update" --update_type="core_contrib" --pause_until="2021-10-10T13:00:00.000Z" --deploy_at="2020-10-13T13:00:00.000Z" --deploy_environment="test" --source_environment="prod" --copy_files="" --copy_database="1" --merge_tag="" --merge_branch="master"
acli api:applications:ra-settings-update myapp "update" --update_type="core_contrib" --pause_until="2021-10-10T13:00:00.000Z" --deploy_at="2020-10-13T13:00:00.000Z" --deploy_environment="test" --source_environment="prod" --copy_files="" --copy_database="1" --merge_tag="" --merge_branch="master"
Arguments
applicationUuid
Required
The entity's universally unique identifier. You may also use an application alias or omit the argument if you run the command in a linked directory.
update_mode
Required
The update mode to select.
Options
--update_type
Required
What components to update (core only or core and contrib modules).
--pause_until
Required