Acquia CLI

Commands

Start typing in the pseudo command bar to explore the commands available.

Suggestions

Use the following commands to view a list of the available commands, and the help for each command.

Run acli or acli list to view a list of all available commands and their description.

Run acli api or acli api:list to view the commands that you can use to access the 200+ Cloud Platform API endpoints accessible from Acquia CLI.

Run acli help <command> or acli [command] --help to view additional information such as usage and options for a specific command.

For example, if you run acli help ssh-key:create, you will get:


Description:
Create an SSH key on your local machine

Usage:
ssh-key:create [options]

Options:
  --filename=FILENAME  The filename of the SSH key
  --password=PASSWORD  The password for the SSH key
-h, --help               Display this help message
-q, --quiet              Do not output any message
-V, --version            Display this application version
  --ansi               Force ANSI output
  --no-ansi            Disable ANSI output
-n, --no-interaction     Do not ask any interactive question
-v|vv|vvv, --verbose     Increase the verbosity of messages: 1 for
                      normal
                      output, 2 for more verbose output and 3 for
                      debug