api:environments:site-import
Imports a site to this environment.
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:environments:site-import [--name NAME] [--task-wait] [--] <environmentId> <url>
acli api:environments:site-import 12-d314739e-296f-11e9-b210-d663bd873d93 'http://www.example.com/path/to/site.tar.gz' --name='Drupal 8'
acli api:environments:site-import myapp.dev 'http://www.example.com/path/to/site.tar.gz' --name='Drupal 8'
Arguments
environmentId
Required
The environment identifier. The identifier is a compound key consisting of the internal database ID of the environment and the application UUID. You may also use an environment alias or UUID.
url
Required
The URL of the make file or tarball containing the site to import.
Options
--name
Required
The name of the distribution being installed.
--task-wait
Optional
Wait for this task to complete
Defaults to
false--help | -h
Optional