Skip to content
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

Flag to create parent directories in "ipfs files cp" #8289

Closed
3 tasks done
Stebalien opened this issue Jul 21, 2021 · 0 comments · Fixed by #8340
Closed
3 tasks done

Flag to create parent directories in "ipfs files cp" #8289

Stebalien opened this issue Jul 21, 2021 · 0 comments · Fixed by #8340
Labels
effort/hours Estimated to take one or several hours exp/beginner Can be confidently tackled by newcomers help wanted Seeking public contribution on this issue kind/feature A new feature P3 Low: Not priority right now

Comments

@Stebalien
Copy link
Member

Checklist

  • My issue is specific & actionable.
  • I am not suggesting a protocol enhancement.
  • I have searched on the issue tracker for my issue.

Description

Add support for a --parents flag for ipfs files cp to match js-ipfs (ipfs/js-ipfs#3747).

Specifically:

ipfs files cp --parents /my-file /a/b/c

Should create directories /a/ and /a/b/ as needed instead of failing if they don't exist.

@Stebalien Stebalien added kind/feature A new feature effort/hours Estimated to take one or several hours exp/beginner Can be confidently tackled by newcomers help wanted Seeking public contribution on this issue P3 Low: Not priority right now labels Jul 21, 2021
jbouwman pushed a commit to jbouwman/go-ipfs that referenced this issue Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/hours Estimated to take one or several hours exp/beginner Can be confidently tackled by newcomers help wanted Seeking public contribution on this issue kind/feature A new feature P3 Low: Not priority right now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant