It would be great to have the data:delete:bulk command to accept a "hard delete" flag option #2904
Closed
VinceFINET
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
tracked internally as W-15903600 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got a PR up for this : salesforcecli/plugin-data#959 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is available in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to have the data:delete:bulk command to accept a "hard delete" flag option
Like:
sf data delete bulk --hard-delete
By default the option will be false obviously.
You will need to raise an error if the current user does not have the permission to perform such an operation.
It would be awesome as well to have a confirmation to make by default like "are you really sure [yN]?" and read the answer from the keyboard... Of course another flag will be available to enforce the answer to "[Y]es I am sure" so that we can easily script that operation.
Thank you!!!
Beta Was this translation helpful? Give feedback.
All reactions