The add- public method is designed to add additional environments such as test, prod to an existing solution created by azbootstrap.
This now needs to take into account the repository file .azbootstrap.jsonc and the new optional interactive flow.
Just like invoke- it should provide an option to be non interactive by using skipconfirmation.
In general it should be aligned to how invoke- creates the initial environments.
When completed, it should update the json file.
Please also add tests and updates to docs
Please consider existing private functions before writing more.
The add- public method is designed to add additional environments such as test, prod to an existing solution created by azbootstrap.
This now needs to take into account the repository file .azbootstrap.jsonc and the new optional interactive flow.
Just like invoke- it should provide an option to be non interactive by using skipconfirmation.
In general it should be aligned to how invoke- creates the initial environments.
When completed, it should update the json file.
Please also add tests and updates to docs
Please consider existing private functions before writing more.