Loading...
Loading...
Use when SSHing into a Cloud environment, running Drush commands remotely, or tailing live application logs.
npx skill4agent add acquia/acquia-skills remote-accessacli remote:ssh <alias>acli sshapp-name.envmyapp.prodmyapp.dev# Open interactive shell
acli remote:ssh myapp.prod
# Run a single command without opening a shell
acli remote:ssh myapp.prod -- ls -la /var/www/html
# Run multiple commands
acli remote:ssh myapp.prod -- "cd /var/www/html && git log --oneline -5"acli remote:drush <drush_command>acli drushacli dr# Check Drupal status
acli remote:drush status
# Clear caches
acli remote:drush cr
# Run database updates
acli remote:drush updatedb
# Export configuration
acli remote:drush cexacli app:log:tailacli tailacli log:tailacli remote:aliases:listacli aliasesacli saacli remote:aliases:downloadacli remote:aliases:download \
--destination-dir=/path/to/aliases \
--all # download aliases for all applicationsremote:drushremote:aliases:downloadacli app:log:tail