Add flags to allow passing values from command line #17
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An earlier update shifted from flag-based input to prompt-based. Prompt-based input is great most of the time, but sometimes having flag based input would be helpful when repeatedly replaying the same build for testing - skipping prompts that are provided via flag.
Similarly, exporting settings to file based on hostname would be helpful for ensuring settings are consistent between rebuilds as well as make it easier to replay. Might be the better option to focus on - the script can then just prompt for hostname, then if it finds a file matching that host, ask if those settings should be reused (can do yes, no or partial, with the latter setting the values from file as default to make entry faster)