Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

chore: make ipfs get output tarballs #18

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

oliveriosousa
Copy link
Contributor

ipfs get on the cli writes files/folders to disk, also tarballs
and gzipped tarballs. Also gzipped individual files.

In the API it's very similar to ipfs.ls. Make it more like the
cli so there's a clear reason to use one or the other.

Also adds types to interface-ipfs-core to better catch broken
types in ipfs-core-types.

BREAKING CHANGE: the output type of ipfs.get has changed and the recursive option has been removed from ipfs.ls since it was not supported everywhere

This PR was cherry pick from ipfs/js-ipfs#3785

CC @hugomrdias

@oliveriosousa oliveriosousa mentioned this pull request Aug 10, 2021
3 tasks
@oliveriosousa oliveriosousa merged commit aa219d1 into master Aug 12, 2021
@oliveriosousa oliveriosousa deleted the chore/make-ipfs-get-output-tarballs branch August 12, 2021 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants