You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lando pull command works great but it seems that it doesn't pass in flags that are available. Due to the output provided by acli it is seemingly confusing why the flags passed in won't work as well.
% lando pull
If you would like to customize the behavior of this message then check out:
https://docs.lando.dev/config/releases.html
? Pull code from? none
? Pull database from? Dev, dev (vcs: pipelines-build-development)
? Pull files from? Dev, dev (vcs: pipelines-build-development)
--
The following Cloud Platform API key is active:....
[INFO] Using a database backup that is 21 hours old. Backup #269581476 was created at Fri Dec 21 3:47:05 UTC 2023.
You can view your backups here: https://cloud.acquia.com/a/environments/.../databases
To generate a new backup, re-run this command with the --on-demand option.
As seen here the acli command outputs the detail about the --on-demand flag. That said, it was a bit confusing at first when that flag had no affect on the command. I realized however and would like to request that we be able to pass in that flag to lando pull and it will subsequently pass it into acli.
The text was updated successfully, but these errors were encountered:
nalipaz
changed the title
lando pull should pass in flags to acli, at the least the --on-demand flaglando pull should pass in flags to acli, at the least the --on-demand flag
Dec 22, 2023
The
lando pull
command works great but it seems that it doesn't pass in flags that are available. Due to the output provided by acli it is seemingly confusing why the flags passed in won't work as well.As seen here the acli command outputs the detail about the
--on-demand
flag. That said, it was a bit confusing at first when that flag had no affect on the command. I realized however and would like to request that we be able to pass in that flag tolando pull
and it will subsequently pass it into acli.The text was updated successfully, but these errors were encountered: