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
just wanted to emphasize some low hanging fruits in terms of UX. I wont mention the emojis, I find them distracting but why not if the maintainers like them :)
Recently I tried the interactive mode:
🚀 ℹ️ [deploy] [INFO] Are you sure you want to deploy these profiles?
> yes
it doesn't suggest the answer, one has to guess what is expected. yes worked on my first try but
🚀 ℹ️ [deploy] [INFO] Are you sure you want to deploy these profiles?
(yes/no)>
could be nicer
--auto-rollback <auto-rollback> Override if a rollback should be attempted if activation fails
shoul mention what to use, yes/no, true/false
same for -interactive-sudo <interactive-sudo> Prompt for sudo password during activation
Actually for booleans like this, ain't it simpler to have just -interactive-sudo toggles it on ? when I had the error, I was surprised and didn't know what to put after -interactive-sudo. Same remark for the other flags --magic-rollback etc.
Thanks for the great tool, love the rollback
The text was updated successfully, but these errors were encountered:
just wanted to emphasize some low hanging fruits in terms of UX. I wont mention the emojis, I find them distracting but why not if the maintainers like them :)
it doesn't suggest the answer, one has to guess what is expected. yes worked on my first try but
could be nicer
--auto-rollback <auto-rollback> Override if a rollback should be attempted if activation fails
shoul mention what to use, yes/no, true/false
--confirm-timeout
is specified? #228-interactive-sudo <interactive-sudo> Prompt for sudo password during activation
Actually for booleans like this, ain't it simpler to have just
-interactive-sudo
toggles it on ? when I had the error, I was surprised and didn't know what to put after-interactive-sudo
. Same remark for the other flags --magic-rollback etc.Thanks for the great tool, love the rollback
The text was updated successfully, but these errors were encountered: