cli
cli copied to clipboard
The cli part of Lando
Feature Request =============== As a lando user, I would like to be able to press the `` key and have a list of options I can select from so that...
Ok!! My enviroment: Ubuntu Desktop 22.04 LTS Docker CE: 20.10.17, build 100c701 Lando v.3.6.4 When i try run: lando start This software change permisssion in the user and gorup level...
Lando v3.6.5 here, but also happens on v3.6.4 Basically, the main issue here is that if you have two projects/directories with different recipes/plugins being used, Lando will not pick up...
Thanks for Lando! I would like to report a simple but annoying bug. Due to https://github.com/lando/cli/commit/582e22a6e01239c8af0448a3b89b6660dfc20248 when setting `home: ''` in `~/.lando/config.yml` to avoid mounting the home folder as described...
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...
We just pushed up our debian 11 containers for php 7.3+. There is no 7.2 container for bullseye. We still have a marginal amount of users that utilize 7.2. If...
Following the directions for installing from source: https://docs.lando.dev/basics/installation.html#from-source Followed the installation directions for Hyperdrive v0.6.1 to make sure I have all the needed dependencies. I had node v16 installed so...
I am currently trying to run lando inside a Windows Docker image on Windows OS. Specifically, I am using docker:20.10.8-windowsservercore-1809 from the official Docker in Docker [website](https://hub.docker.com/_/docker). If I use...
When using `lando ssh` into the `cli` container, the user's `$HOME` is set to `/home` This doesnt play ball with the symlinking that occurs in https://github.com/lando/cli/blob/7325253b4284030d2913f97bc6812b1a97b6fc24/plugins/lando-core/scripts/user-perms.sh#L56-L67 Net result is: `git...
I have noticed on numerous occasions that lando will not connect to the correct database or confuse the name with another running project instance. Steps to reproduce: ``` $ cd...