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
For any lando project, if you try to run a command that does not exist, lando exits without any error. Some users might misinterpret this as a successful command.
You can duplicate this by running anything like:
lando this-command-does-not-exist
or maybe
lando poweroof
A colleague of mine has been running lando reload and was quite pleased with the speed of the command, but confused by the fact that their app never did reflect any changes. They really needed to run lando restart. Full "did you mean" coverage would be lovely, but... at least a "command not found" error message would be helpful.
The text was updated successfully, but these errors were encountered:
For any lando project, if you try to run a command that does not exist, lando exits without any error. Some users might misinterpret this as a successful command.
You can duplicate this by running anything like:
lando this-command-does-not-exist
or maybe
lando poweroof
A colleague of mine has been running
lando reload
and was quite pleased with the speed of the command, but confused by the fact that their app never did reflect any changes. They really needed to runlando restart
. Full "did you mean" coverage would be lovely, but... at least a "command not found" error message would be helpful.The text was updated successfully, but these errors were encountered: