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

feat: allow to specify folder for init #569

Closed roel4ez closed 2 years ago

roel4ez commented 2 years ago

Checklist

This checklist is used to make sure that common guidelines for a pull request are followed.

General guidelines

Description

Fixes #556

Adds an argument to the iotedgedev init command, which specifies the name of the folder where the solution will be created. Defaults to . if not provided.

Additional information

Changed the way the init command is calling is calling the create command: it now calls the constructor of the Solution directly instead of going through the call_proc.

roel4ez commented 2 years ago

sorry this was taking a while - has a busy week. Looking into it again.