-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command to delete a blob from a remote registry #474
Comments
please assign this to me |
Current UX: |
How can users make sure they delete the right blob?
|
Do you mean adding some help messages to tell users how to calculate the digest for a blob? (for example, using For the second one, I think we could add this confirmation dialog in the future if there are some feedbacks from users. This is probably out of scope for the current issue. |
I think we can prompt users that
I think it is not necessary to add confirmation prompt in this first-time implementation when users explictly delete a blob with specifying a digest. According to the suggestion of Confirm before doing anything dangerous in CLIG, we can wait for users feedback to determine whether this prompt is needed in the next release. |
Experience of |
Are we trying to delete a blob, or an artifact? |
@SteveLasker This command is designed for deleting only a blob. Deleting an artifact can be done via |
The proposed commands is:
Only the specified blob will be deleted, predecessor nodes will not be touched.
Related to #459
The text was updated successfully, but these errors were encountered: