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
What date/time to pause RA updates until (if applicable).
--deploy_at
Required
What date/time to deploy RA updates at (if applicable).
--deploy_environment
Required
The environment id of the environment to deploy to.
--source_environment
Required
The environment id of the environment to use as a starting point for testing.
--copy_files
Required
Whether to copy files from production to testing environment.
--copy_database
Required
Whether to copy database from production to testing environment.
--merge_tag
Required
Whether to automatically merge the approved code into your development branch.
--merge_branch
Required
The development branch into which to merge the update tag.
--help | -h
Optional
Display help for the given command. When no command is given display help for the `list` command
Defaults to
false
--quiet | -q
Optional
Do not output any message
Defaults to
false
--verbose | -v|-vv|-vvv
Optional
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Defaults to
false
--version | -V
Optional
Display this application version
Defaults to
false
--ansi
Optional
Force (or disable --no-ansi) ANSI output
--no-ansi
Optional
Negate the "--ansi" option
Defaults to
false
--no-interaction | -n
Optional
Do not ask any interactive question
Defaults to
false