Use the command search above or the index listing below to find documentation on Acquia CLI commands.
You can use the list
command to list all commands available in your version of Acquia CLI.
acli list
To view the command documentation in the CLI, use the help
command or the --help
option of a command:
# Example: Accessing documentation on the `pull:database` command. acli help pull:database # Or use the --help option on the command: acli pull:database --help