Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 70 forks source link

[FEATURE REQ] Add command to (re)generate/update .env file #628

Open Clockwork-Muse opened 3 months ago

Clockwork-Muse commented 3 months ago

Description.

When cloning a repository that includes an existing project, (by default) no .env file is included, making it difficult for other users to get started with project.

It would be beneficial to have a command that would create the .env file, or be able to update it (eg, update runtime/schema versions to current).