typhonius / acquia_cli
A Robo CLI tool for integrating with Acquia CloudAPI
Fund package maintenance!
typhonius
Installs: 32 531
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 6
Forks: 19
Open Issues: 16
Requires
- php: >=7.3
- consolidation/robo: ^2
- symfony/cache: ^4|^5
- symfony/lock: ^3|^4
- symfony/yaml: ^3|^4
- typhonius/acquia-logstream: ^0.0.7
- typhonius/acquia-php-sdk-v2: ^2.0.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0.0
- phpstan/phpstan: ^0.11.19
- phpstan/phpstan-phpunit: ^0.11.2
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^3.1
- dev-master
- 2.1.x-dev
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc2
- 2.0.0-rc1
- 1.0.3
- 1.0.2
- 1.0.1
- v1.0.0.x-dev
- 1.0.0
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/symfony/yaml-5.3.6
- dev-dependabot/composer/symfony/lock-5.3.4
- dev-dependabot/composer/symfony/cache-5.3.4
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/squizlabs/php_codesniffer-3.6.0
- dev-dependabot/composer/typhonius/acquia-php-sdk-v2-2.0.16
- dev-dependabot/composer/consolidation/robo-3.0.3
- dev-add-more-tests
- dev-fix-setup
- dev-composer-v2
- dev-outputformats
- dev-add-code-branch
- dev-add-symfony-cache
- dev-github-actions
- dev-update-logstream-version-constraints
- dev-solocal-ecommerce-master
- dev-travis-changes
- dev-fix-broken-deps
- dev-fixes-and-enhancements
- dev-112-remove-clear-query-for-dbbackup
- dev-add-user-agent
- dev-readme-additions
- dev-add-users-to-notification-list
- dev-add-notification-uuid
- dev-ssl-cert-enable-disable
- dev-delete-db-backups
- dev-support-7.4
- dev-add-ides
- dev-raise-min-php
- dev-align-notifications-to-global-parameters
- dev-windows-support
- dev-work-on-drush-alias-command-and-readme
- dev-default-realm-functionality
- dev-acquia-api-v2
- dev-add-license-1
- dev-travis-tests
- dev-add-maintenance-mode
- dev-configurable-wait-for-task
- dev-cloudflare
This package is auto-updated.
Last update: 2024-10-19 23:28:00 UTC
README
Acquia Cli
The Acquia Cli tool provides developers, sysops, release managers and website administrators with a simple to use tool for obtaining information and running tasks on the Acquia Cloud.
Acquia Cli is simple to install and aligns to the permissions constructs already built into Acquia. The tool can be used for any task that can be completed using the Acquia web interface, and contains in-built instructions for each task.
If Acquia Cli doesn't have the task built in, simply create a ticket or a pull request for it to be included.
Pre-installation
Generating an API access token
To generate an API access token, login to https://cloud.acquia.com, then visit https://cloud.acquia.com/#/profile/tokens, and click Create Token.
- Provide a label for the access token, so it can be easily identified. Click Create Token.
- The token has been generated, copy the api key and api secret to a secure place. Make sure you record it now: you will not be able to retrieve this access token's secret again.
Downloading a version of the application
Select either the packaged application or the source application below before continuing with setup steps.
Installing the packaged application (easiest)
To install the packaged application quickly and easily, the following three steps may be executed.
wget https://github.com/typhonius/acquia_cli/releases/latest/download/acquiacli.phar
mv acquiacli.phar /usr/local/bin/acquiacli
chmod +x /usr/local/bin/acquiacli
Automatic updates
If the packaged application is used, it can be updated simply and easily whenever a new release is out by running the following command from anywhere on the computer:
acquiacli self:update
Installing from source (advanced)
To install from source, clone the repository into a location on your computer with the following commands:
git clone https://github.com/typhonius/acquia_cli.git
cd acquia_cli
composer install
Setup
Choose one of the following methods to finish setting up your AcquiaCli installation.
Automatic setup
Once you have downloaded the application using one of the above steps, run the following commands to enter add your Acquia credentials.
- Run
acquiacli setup
(or./vendor/bin/acquiacli setup
when used as a dependency in another project) which will ask for your credentials and automatically create this file. - Run
acquiacli drush:aliases
to download your available Drush aliases. Follow the instructions output by the command to install them.
Manual installation/setup
Alternatively, follow the below steps for a manual installation.
- Copy the
default.acquiacli.yml
file to your project root and name itacquiacli.yml
. - Add your Acquia key and secret to the
acquiacli.yml
file.
Environment Variables
Environmment variables can be used to store and provide the API key and secret, removing the need for configuration files. Refer to the values in default.acquiacli.yml
for examples of how to configure these environment variables.
ACQUIACLI_KEY
The environment variable for the API keyACQUIACLI_SECRET
The environment variable for the API secretACQUIACLI_TIMEZONE
Use a supported PHP timezone to see times in your locale.ACQUIACLI_FORMAT
Use a supported PHP date string to show times in an alternate format.ACQUIACLI_TASKWAIT
A number in seconds to wait before hitting the API to check the status of a task.ACQUIACLI_TIMEOUT
A number in seconds before a task is considered to have timed out.
If environment variables are to be used, these will need to be placed in the relevant bash file on Linux/Mac e.g. $HOME/.bashrc
or $HOME/.bash_profile
in the following format.
export ACQUIACLI_KEY=15fd1cde-1e66-b113-8e98-5ff9d444d54f
export ACQUIACLI_SECRET=Sdtg0o83TrZm5gVckpaZynCxpikMqcht9u3fexWIHm7
Windows users will need to add the environment variables within their system settings.
Configuration
The Acquia Cli tool uses cascading configuration on the user's own machine to allow both global and per project credentials and overrides as needed.
Acquia Cli will load configuration in the following order with each step overriding matching array keys in the step prior:
- Firstly, default configuration from
default.acquiacli.yml
in the project root/packaged with the Phar is loaded. - Next, if it exists, global configuration from
$HOME/.acquiacli/acquiacli.yml
is loaded. - Finally, if it exists, an
acquiacli.yml
file in the project root will be loaded. (Not applicable if using the Phar) - Environment variables take overall precedence for the key and secret, however other config won't be overridden.
The global and per project files may be deleted (manually) and recreated with acquiacli setup
whenever a user wishes to do so.
Options may be manually set within the relevant acquiacli.yml
file to change the following parameters under the extraconfig
key:
Usage/Examples
Some of the following commands have aliases for simplicity e.g. environment:info
has the alias of e:i
.
# Show which applications you have access to.
acquiacli application:list
# Show detailed information about servers in the prod environment (assuming sitename of prod:acquia obtained from site:list command)
acquiacli environment:info prod:myacquiasite prod
# Copy the files and db from alpha to dev in preparation for a deployment
acquiacli deploy:prepare prod:myacquiasite dev alpha
# Copy the files and db from prod to test to prepare for a deployment.
# N.B. if the last argument is omitted in deploy:prepare, prod will be used
acquiacli deploy:prepare prod:myacquiasite test
# Deploy the develop-build branch to the test environment.
acquiacli code:switch prod:myacquiasite test develop-build
# Deploy the release-1.2.3 branch/tag to the production environment without prompting the user to confirm.
acquiacli code:switch prod:myacquiasite prod release-1.2.3 --yes
# Promote the code in preprod to prod.
acquiacli code:deploy prod:myacquiasite preprod prod
# Get a list of organizations you have access to and display organization UUIDs.
acquiacli organization:list
# Add a new team to an organization.
acquiacli team:create 'My Team Name' 'External Contractors'
# Add a new role to an organization (Use permissions:list to get available permissions for the new role).
acquiacli role:add 'My Team Name' 'Contractors' 'move file to non-prod,move file from prod,download db backup non-prod,download logs non-prod,deploy to non-prod'
# Associate a team with an application within the organization (Use organization:teams to get team UUIDs).
acquiacli team:addapp prod:myacquiasite d2693c6e-58e7-47e5-8867-e2db88c71b8c
# Add a user to a team and assign roles (Use role:list to obtain the role UUIDs).
acquiacli team:invite d2693c6e-58e7-47e5-8867-e2db88c71b8c 'username@example.com' f0b89594-0fc5-4609-935f-1f18c313c6c7
Additional parameters
The --limit
, --sort
, and --filter
parameters can be added to every single command used with the Acquia Cli tool for providing more relevant information to users who are working on sites.
Limiting
To limit the number of returned entries, use --limit=x
with a command.
# Reduce the number of notifications passed back to 10.
acquiacli notification:list myacquiasite --limit=10
Sorting
A comma-delimited string with fields can be used for sorting. The order of the fields is significant. A leading - in the field indicates the field should be sorted in a descending order. Not all fields are sortable.
# Sort all applications first by organization name (alphabetically) and then by label (reverse-alphabetically).
acquiacli application:list --sort='organization_name,-label'
Filtering
The filters query string parameter restricts the data returned from your request. Filtered queries restrict the rows that do (or do not) get included in the result by testing each row in the result against the filters. Not all fields are filterable.
There are eight filter operators that can be used and they must be URL encoded in order to be included. The operators are:
- Equals: =
- Does not equal: !=
- Greater than: >
- Less than: <
- Greater than or equal to: >=
- Less than or equal to: <=
- Contains substring: =@
- Does not contain substring: !@
Filters can be combined using OR and AND boolean logic. The OR operator is defined using a comma (,) and the AND operator is defined using a semi-colon (;).
# Show all tasks with a label starting with Database after 1st April 2019 and before 1st Jan 2020.
acquiacli notification:list myacquiasite --filter='label=@Database*;created_at>2019-04-01;created_at<2020-01-01'
# Show all tasks with a label starting with Database OR a label exactly matching 'Code switched'
acquiacli notification:list myacquiasite --filter='label=@Database*,label=Code switched'
See it in action
Command Parameters
Application UUID
If a command takes an application UUID as a parameter, it can be provided in one of three ways - see below for a description of hosting realm:
- The Acquia hosting ID on its own e.g. myacquiasite
- The full Acquia hosting realm and ID e.g. prod:myacquiasite
- The application UUID e.g. 8ff6c046-ec64-4ce4-bea6-27845ec18600
Hosting Realms
Acquia uses the concept of a 'realm' to differentiate between customers on the two tiers of hosting offered:
- prod: The 'prod' realm is exclusively for Acquia Cloud Enterprise (ACE) customers.
- devcloud: The 'devcloud' realm is exclusively for Acquia Cloud Professional (ACP) customers.
If no hosting realm is provided, prod is used by default. This can be overridden in the command by specifying a realm e.g. --realm=devcloud
Both the UUID and the hosting ID (with realm) for your applications may be discovered by running acquiacli application:list
Other parameters
Environment parameters take the label name of the environment e.g. dev
Organization parameters take the label name of the organization e.g. mycompany
All other parameters are currently provided in the UUID form, including but not limited to:
- Role ID
- Team ID
Commands using the following parameters will be automatically converted by the Acquia Cli tool using the SDK. This is achieved in the validateUuidHook
method in the AcquiaCommand
class using a @hook validate
annotation.
$uuid
is converted to the UUID of the application
Helper functions exist in CloudApi.php
to convert user supplied parameters into more useful objects.
- Environments may be converted into an EnvironmentResponse object by using the
getEnvironment
method. - Organizations may be converted into an OrganizationResponse object by using the
getOrganization
method.
Usage on Windows
The Phar file has been tested minimally on Windows. It may be executed using PHP from a tool such as Chocolatey. You may run into cURL issues with SSL in some instances. The recommended approach to remediating SSL issues is to follow the basic instructions here. You may need to use alternate paths based on your PHP installation.