-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
files cp: add an "overwrite" option #2074
Comments
It would also be useful for |
As a note, |
Currently |
Is this issue still relevant? I'd like to contribute. |
@CharlieRoseMarie I submitted a pull request on this issues a while ago but its been stagnant. |
Hey @te0d! Sorry for the delay, I'll take a look at it. |
@CharlieRoseMarie If you're still interested in contributing I can help you find another issue you could work on. |
@schomatis I would love that, thank you. :) |
@CharlieRoseMarie Great! I'm working on a set of issues about how are files handled in IPFS and how we could make that part of the code more clear to new developers. I could you a fresh pair of eyes on some of those issues especially from a new developer like you that could shed some light in what are the tricky parts of the code that should be simplified. I'll point you to some of the issues you could start on. If the Files API is not your thing let me know what other part of the IPFS stack you would be interested in and I could summon the right person to get you started there. |
Any progress on this? It will make my scripts easier. |
still need this in 2022 |
Sometimes
files cp
could be used to overwrite something existing with a newer version.In that use case, the file has to be removed first with
files rm
. Maybe consider adding anoverwrite
orforce
option tofiles cp
?The text was updated successfully, but these errors were encountered: