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
Based on the talk in Slack1 with @imjasonh, it'd be better for consistency to use the skip-information flag for clean cmd in addition to the force flag.
The whole UX would be like the following:
We'll probably want --force to continue to exist for 1+ release, with a warning that it's renamed to --skip-confirmation.
Before a rename I'd really like to see some documentation (comments in the code would be sufficient) about our prompting philosophy first. I think it's really useful to have (1) consistent principles for flag naming, prompting, etc. across the tool and (2) communicate those to users, so they know what to expect.
I also prefer --force as a flag name because I don't want bespoke flags per each acknowledgment but I wouldn't put up a fight about it.
Description
Based on the talk in Slack1 with @imjasonh, it'd be better for consistency to use the
skip-information
flag for clean cmd in addition to theforce
flag.The whole UX would be like the following:
--force
to continue to exist for 1+ release, with a warning that it's renamed to--skip-confirmation
.Footnotes
https://github.com/sigstore/cosign/pull/2039#discussion_r911985088 ↩
The text was updated successfully, but these errors were encountered: