We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you spin up a new project with a command like:
composer create-project acquia/blt-project MY_PROJECT --no-interaction
It would be nice if the machine name in project.yml was automatically set to MY_PROJECT.
It's not a big deal, but it would be a nice convenience for folks like me spinning up projects for testing pretty frequently.
The text was updated successfully, but these errors were encountered:
@danepowell Have you tried using https://github.com/acquia/club? You can pass it a recipe file like this to skip the prompts.
Sorry, something went wrong.
Fixes acquia#624: Automatically populate machine name for new projects.
77d4a10
b336806
grasmash
No branches or pull requests
When you spin up a new project with a command like:
It would be nice if the machine name in project.yml was automatically set to MY_PROJECT.
It's not a big deal, but it would be a nice convenience for folks like me spinning up projects for testing pretty frequently.
The text was updated successfully, but these errors were encountered: