cli icon indicating copy to clipboard operation
cli copied to clipboard

The cli part of Lando

Results 30 cli issues
Sort by recently updated
recently updated
newest added

Not sure if this issue belongs here or in lando/lando repo but just thought Id start here. Lando version: v3.21.0-beta.18 When running `lando update` and completing update, lando/cli still shows...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

Hi there, I have a suggestion for the CLI functionality that could potentially be considered. I know that others possibly use the `lando init` command in a different way to...

enhancement
4.x

Our corporate overlords enforce the usage of Netskope upon us, and the nature of that software is that every https request is decoded, inspected and then re-signed with a self...

`lando version` => v3.18.0 I don't know how `lando ssh -c COMMAND` processes COMMAND inside the container, but it seems wrong to me. Compare: ``` $ command="env FOO='bar' sh -c...

Needs Triage

I have a custom mount for my image. ``` type: node:18 app_mount: false overrides: volumes: - "./frontend:/nuxt" ``` This works but when I do `lando ssh` I'm always at `/app`...

4.x

Here is a PR for #134 @reynoldsalec When a user sets `home: ''` in `~/.lando/config.yml` Lando creates an empty `.ssh` folder in the working directory. This PR helps avoid this....

fixes #25 see https://github.com/acquia/blt/blob/11.7.0/src/Robo/Common/EnvironmentDetector.php#L202

I've already read https://docs.lando.dev/basics/init.html and know that I can for example do this: ```bash lando init \ --source remote \ --remote-url https://github.com/drupal/drupal.git \ --remote-options="--branch 8.9.x --depth 1" \ --recipe drupal8...

Needs Triage

Hello, Why is terminal columns/width not updated (from host) when using `lando artisan ...` function but is correct when using `php artisan ...` inside `lando ssh`? ![image](https://user-images.githubusercontent.com/470003/180604337-f9ab54da-861c-4d8b-9950-bec22e0a82b5.png)