Skip to content
New issue

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

Provide a way to get LANDO_APP_PROJECT via host lando cli command. #3675

Open
silverham opened this issue Feb 22, 2024 · 0 comments
Open

Provide a way to get LANDO_APP_PROJECT via host lando cli command. #3675

silverham opened this issue Feb 22, 2024 · 0 comments
Labels
feature Requesting that Lando do something new

Comments

@silverham
Copy link

I would like to extract a Lando's project name so I can run the docker commands on them for features not supported directly by Lando, such as:

Currently, I have to write to some bash to extract it like:

lando info | grep hostnames | grep -o -P "[^\.]*.internal('|\")" | awk -F . '{print $1}' | head -n 1

@silverham silverham added the feature Requesting that Lando do something new label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requesting that Lando do something new
Projects
None yet
Development

No branches or pull requests

1 participant