Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
30 stars 14 forks source link

Interactive Mode #157

Closed mbifeld closed 3 months ago

mbifeld commented 6 months ago

Implementation of the 'ie interactive' command that executes commands in a step-by-step manner, requiring user input to continue.

Portal will be showing the resources deployed during deployment, so we also need to search for deployed resources after each step rather than solely at the end.

vmarcella commented 3 months ago

Interactive mode was implemented in #165