You may want more environments than the development, staging, and production environments that you receive initially. For example, you may want additional environments to support:
Note for Cloud Platform Enterprise users
Additional environments, including Cloud Platform CD environments, can be created for Cloud Platform Enterprise applications. If you are a Cloud Platform Enterprise subscriber and you want to set up additional environments for an application, contact Acquia Support. Ensure you note the following:
By default, Cloud Platform applications have three environments with the aliases
dev
, test
, and prod
. If you have a Cloud Platform Enterprise
application with more than three environments and you must find what your
environment names and aliases are, you can do one of the following:
Look at the /mnt/drush/<app>/
folder on your infrastructure. Files in
that folder list the aliases for the environments. For more information, see
Using Drush aliases.
Use the GET /sites/:site/envs
Cloud API command. For
example:
curl -s -u user:pass https://cloudapi.acquia.com/v1/sites/mysite/envs.json
For information on the availble environments:
acli
. For more information, see Acquia CLI commands.