Add --interactive flag to avoid future interactive prompts #5180
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
ux/embedded
Embedded UX blockers
Uh oh!
There was an error while loading. Please reload this page.
We don't have any interactive prompts right now, but we will soon for cases where the user needs to use
sudo
, but does not have rights to do so without interaction.For example: Giving the hyperkit binary special permissions.
I suggest allowing users to select
--interactive=false
, to avoid the complication of weird flag combinations like--no-interactive=false
.The text was updated successfully, but these errors were encountered: