drush ac-environment-livedev
Configure Live Development on a site environment.
Drush Command
drush ac-environment-livedev
Arguments
action : Action to take. 'enable' or 'disable' live development.
discard : When action is 'disable', set to 1 to discard uncommitted changes.
Aliases
Options
--email : Email address for your Acquia Network user account
--key : Private Cloud API key for your Acquia Network user account
--acapi-conf-path : Acquia Cloud API config files location. If not specified config will be loaded from $HOME/.drush
--ac-config : Acquia Cloud API user config file location. If not specified config will be loaded from $HOME
--endpoint : Acquia Cloud API endpoint URL.
--cainfo : Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.
--format : Format to output the object. Use "print_r" for print_r, "export" for var_export, and "json" for JSON. If not provided, the output is printed in a human-readable format.
Examples
None