Commit graph

6 commits

Author SHA1 Message Date
Rodney Quillo
d1f821361d vars_prompt encrypt from mgw 2012-08-09 22:56:40 +08:00
Michael DeHaan
a1b4123931 whitespace 2012-08-06 20:00:31 -04:00
Michael DeHaan
ee5f12cd40 Slight tweaks on vars_prompt upgrades 2012-07-27 19:00:48 -04:00
Petros Moisiadis
c717934b7e Improved 'vars_prompt' syntax to support prompt text and (non-)private input
An example of the new syntax:

vars_prompt:
 - name: 'secret_variable_name"
   prompt: "Enter secret value: "
   private: "yes"
 - name: "nonsecret_variable_name"
   prompt: "Enter non-secret value: "
   private: "no"
2012-07-27 19:00:48 -04:00
Michael DeHaan
2cb89c12e3 Add documentation for vars_prompt 2012-04-02 20:37:59 -04:00
Michael DeHaan
88dab0db2d Add prompts example 2012-04-02 20:35:51 -04:00