You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user creates an app, there is no way to import environment variables automatically. Such a feature would enable easier creation from existing code (open source projects, tutorials, etc.).
As the .env file is a common standard, used in many project, we could:
detect its presence during clever create
ask the user if he wants to import its content
do it if asked
The text was updated successfully, but these errors were encountered:
I agree on this. I didn't include anything to bypass "ask" part for this feature because it will depend if it's accepted or not, and if #634 is accepted or not. If it's both, we could move to a global -y/ --yes strategy (for example) to bypass questions in the create command.
When a user creates an app, there is no way to import environment variables automatically. Such a feature would enable easier creation from existing code (open source projects, tutorials, etc.).
As the
.env
file is a common standard, used in many project, we could:clever create
The text was updated successfully, but these errors were encountered: