You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement batch mode, where no questions are asked to the user but they must be provided instead from an environment variable.
The feature will be available through the argument:
Name: --no-ask
Type: boolean
A possible implementation is to define the expected input and when something is asked, fetch the answer from the environment variable (containing the JSON of the answers).
If the answer isn't available, raise an error.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37769560-batch-mode?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Implement batch mode, where no questions are asked to the user but they must be provided instead from an environment variable.
The feature will be available through the argument:
--no-ask
A possible implementation is to define the expected input and when something is asked, fetch the answer from the environment variable (containing the JSON of the answers).
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37769560-batch-mode?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github).If the answer isn't available, raise an error.
The text was updated successfully, but these errors were encountered: