api:v3:sites:create
Creates a site for a codebase.
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:v3:sites:create [--site_id SITE_ID] [--description DESCRIPTION] [--] <name> <label> <codebase_id>
Arguments
name
Required
The machine name of the site. Must start with a lowercase letter and contain only lowercase letters and numbers.
label
Required
The human-readable label for the site.
codebase_id
Required
The unique identifier of the codebase to associate with this site.
Options
--site_id
Required
An optional explicit UUID for the new site. A UUID is generated automatically if omitted.
--description
Required
An optional description for the site.
--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
--no-interaction | -n
Optional
Do not ask any interactive question
Defaults to
false