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 71 forks source link

Add `iotedgedev init` an option to initialize in a new folder #556

Closed EliiseS closed 2 years ago

EliiseS commented 2 years ago

Description

As a developer I'd to be able to specify a folder iotedgedev is initialized in, instead of having it initialized in the current directory always. Currently this forces me to always have to make a new directory, go into the directory and then proceed with iotedgedev init

Additional notes

Possible implementation would be to add an optional --folder flag to iotedgedev init:

iotedgedev init --folder my_new_iot_edge_folder
roel4ez commented 2 years ago

I'll pick this up