This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Different CLI output for jsipfs add #1813
Closed
Description
When adding a file or folder, both go-ipfs and js-ipfs print to the console something like:
added QmVes6R29KZ18VizBmuUmppFAbVjbxV2iYGz41pAdeDPdS public/tags/stream
However, when go-ipfs gets piped into another command, it commits both the added
and public/tags/stream
and only passes the hash, while js-ipfs send the whole thing.
The difference in behavior makes it so that it is hard to switch back and forth as this breaks some tooling to (for example) publish websites.