application-management
Managing Applications
Use when:
- Listing applications you have access to
- Linking or unlinking a local repo to a Cloud application
- Creating a new Drupal or Next.js project
- Checking branch/tag deployment status
- Waiting for an async task to complete
- Exporting a full site archive
List Applications
acli api:applications:list
Returns a JSON array of all applications you have access to. Each entry includes id, uuid, name, type, status, and organization.
More from acquia/acquia-skills
getting-started
Use when acli is not installed, authentication fails, or user needs to install and authenticate acli for the first time.
48troubleshooting
Use when acli commands fail, return unexpected errors, authentication breaks, or the CLI behaves unexpectedly.
43pull-push
Use when syncing code, database, or files between local and Acquia Cloud environments, or pulling a Cloud database/files locally.
43remote-access
Use when SSHing into a Cloud environment, running Drush commands remotely, or tailing live application logs.
43environment-management
Use when listing, creating, deleting, or mirroring Cloud environments, managing CDEs, deploying code to an environment, or checking environment status.
43scripting
Use when running acli commands non-interactively in scripts, CI/CD pipelines, or automation where interactive prompts must be suppressed.
42