Instead of installing acli on the host, maybe we can use the version that comes with DDev.
There is a bootstrap problem: acli has an ssh-key:upload command, but it works only if you already have an SSH key set up. So maybe we will use the documentation option.
acli
.Installation, from https://docs.acquia.com/acquia-cli/install/:
curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar
chmod +x acli.phar
sudo
if needed:mv acli.phar /usr/local/bin/acli
Then https://docs.acquia.com/acquia-cli/start/ has further steps.
Instead of installing
acli
on the host, maybe we can use the version that comes with DDev.There is a bootstrap problem:
acli
has anssh-key:upload
command, but it works only if you already have an SSH key set up. So maybe we will use the documentation option.