patriksvensson / cupboard

A framework for provisioning local environments to a desired state, using the .NET SDK.
MIT License
761 stars 19 forks source link

Add a ` -i|--interactive` flag to step through each Resource #17

Closed just1a-person closed 3 years ago

just1a-person commented 3 years ago

How it could look like:

Set execution policy? [y/n]: y
....
....
Install Chocolatey? [y/n]: y
....
....

Install VS Code? [y/n]: n
Skipping "Install VS Code"
patriksvensson commented 3 years ago

Great idea!