Allow for fully automated execution with no human interaction
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- Avg merge
- 1h 37m
- Merged PRs (30d)
- 5
Description
Is your feature request related to a problem? Please describe.
This tool is amazing but does require a few prompts for different values when creating an environment. We want to be able to fully automate this process.
Describe the solution you'd like
If all ptompts for the user could also be set via flags at execution time instead and only if not provided then prompt the user, then this could be fully automated without hacky expect scripts wrapping this etc.
Describe alternatives you've considered
Forking the module or writing expect scripts to answer the script prompts automatically
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the tool's interactive prompts and enumerate each value that must be supplied; done means every prompt has a corresponding execution-time flag while omitted values still prompt interactively. No implementation location or validation command is provided.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100