-
Notifications
You must be signed in to change notification settings - Fork 67
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
Include SHA1 hash when deleting a file #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it by default if there's sha1 from artifactory!
That would be useful for "export data" as well
Changed the default to include the sha1 hash. I'm not sure what you mean by "export data", because the option |
Oh, sorry, I meant only that, without any additional changes. I don't see the point of having flex format if we manually
I thought it was merged already, but it's not. Never mind! |
Got it, a fixed format including the hash works fine for me too. I updated the PR and description accordingly. |
@christianwaldmann Thank you! 🤗 |
* add --display-format * add tests for --display-format * change default display format to include sha1 hash * remove --display-format and include hash by default instead --------- Co-authored-by: christianwaldmann <christianwaldmann>
* add --display-format * add tests for --display-format * change default display format to include sha1 hash * remove --display-format and include hash by default instead --------- Co-authored-by: christianwaldmann <christianwaldmann>
What does this PR do?
This adds the CLI option--display-format
to customize the printed message when deleting a fileMotivation
More