You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List directories in the local mutable namespace (works on both IPFS and MFS paths).
Description
This PR seems to have introduced erroneous documentation #7755. ipfs files ls /ipfs/<cid> errors.
Solutions are to either revert that line and make it clear it only does MFS (unlike ipfs files stat) and direct people to ipfs ls or add support for /ipfs in ipfs files ls as we have for ipfs files stat. Of course this comes with the same caveat as for stat that life is hard for anyone who has decided to use /ipfs as a folder in their MFS root.
The text was updated successfully, but these errors were encountered:
Checklist
Location
kubo/core/commands/files.go
Line 451 in 255e64e
Description
This PR seems to have introduced erroneous documentation #7755.
ipfs files ls /ipfs/<cid>
errors.Solutions are to either revert that line and make it clear it only does MFS (unlike
ipfs files stat
) and direct people toipfs ls
or add support for/ipfs
inipfs files ls
as we have foripfs files stat
. Of course this comes with the same caveat as forstat
that life is hard for anyone who has decided to use/ipfs
as a folder in their MFS root.The text was updated successfully, but these errors were encountered: