-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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 me, but I only using Lando to work on Drupal sites hosted on Pantheon. I frequently use:
lando init --source pantheon
to clone down an existing site and start working on it. The issue I often have is that I have to:
mkdir siteName
cd siteName
lando init --source pantheon
choose siteName
because running the init command does not create a directory. This is different to how a lot of software works and I often forget to create the directory. I end up doing:
cd sites
lando init--source pantheon
expecting it to make siteName inside sites, but instead, I clone the site directly into the sites folder.
Would it be worth considering changing this, or the command offering the option to create a site directory?