ipfs-shipyard/net-ipfs-http-client

'file' command removed in Kubo 0.26.0

Arlodotexe opened this issue · 1 comments

As of the 0.26.0 release of Kubo, the ipfs file and ipfs file ls command that were deprecated in November 2020 were fully removed.

If you're keeping Kubo updated (or automatically pulling the latest version to bootstrap), you'll see that a lot of commands have stopped working.

Try to stick with 0.25.0 until we get the library updated to accommodate the changes.

To prevent these surprises in the future, we should do a pass and mark all deprecated APIs in Kubo with an [Obsolete] attribute in our codebase.