We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs: https://docs.lando.dev/pantheon/config.html#working-with-multidev
Steps to reproduce
Run the command lando switch t12345 --no-db --no-files where t12345 is the name of your multi-dev environment.
lando switch t12345 --no-db --no-files
t12345
Observed result
Lando asks me which environment I want to use.
Expected result
Lando switches to the t12345 environment without asking me to select an environment and does not pull database or files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs: https://docs.lando.dev/pantheon/config.html#working-with-multidev
Steps to reproduce
Run the command
lando switch t12345 --no-db --no-files
wheret12345
is the name of your multi-dev environment.Observed result
Lando asks me which environment I want to use.
Expected result
Lando switches to the
t12345
environment without asking me to select an environment and does not pull database or files.The text was updated successfully, but these errors were encountered: