northstack / northstack-client

NorthStack Client
https://northstack.com
GNU General Public License v3.0
7 stars 1 forks source link

UserInput helpers #85

Open mm-pagely opened 5 years ago

mm-pagely commented 5 years ago

Almost usable but still WIP--any feedback welcomed.

Each app type/stack has different configuration items that need to be set. We want to allow users to define these as CLI args when they run app:create, falling back to prompting interactively for them.

Enter the UserInputInterface with several classes that implement it (BasicInput, ChoiceInput, PasswordInput, BoolInput).

TODO