Release Notes
- Added support for manual inputs other than strings or enums. The command line will now prompt the user for input for
int
,float
,bool
,list
, andmap
variable types. - Fixed manual input using
<no value>
if a default does not exist. User will be prompted again instead. - Changed the visual appearance of the manual input to closer match the example.
Migration Guide
This change will cause users to be prompted for more types of variables, and may find that they are required to populate Default values in more situations. If you have been relying on a variable that will now require manual input, but you want to use the Default, you will need to add the --non-interactive
flag to prevent the prompt.
Full Changelog: v0.5.19...v0.6.0