[RFC] A deployment builder should have an interactive prompt after the "ng add". #2
Replies: 3 comments
-
Agree! All prompted options should be possible to set via command-line options as well. tl;dr;
|
Beta Was this translation helpful? Give feedback.
-
I agree about prompting the options, and this is how I implemented it in @Azure/ng-deploy. Questions:
|
Beta Was this translation helpful? Give feedback.
-
@shmool Many thanks for your feedback.
|
Beta Was this translation helpful? Give feedback.
-
To make it easier for the end user to get started, a deployment builder should ask for all the mandatory questions immediately after the
ng add
.The data should be persisted in the
angular.json
file.This is about a shared experience across the builders. I suggest
--defaults
(similar tong new X --defaults
).Beta Was this translation helpful? Give feedback.
All reactions