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.
Rename --local to --offline #1778
Closed
Description
Related to: ipfs/kubo#4182
Go-ipfs proposal: ipfs/kubo#5825 (comment)
The local flag was supposed to mean "do this on the client, not the daemon" (I think?). However, that hasn't been true for a while. Now it just means "don't use the network for this operation".
Proposal:
- Rename
--local
to--offline
(replacing thedaemon --offline
flag with the global--offline
flag (chore: rename local option to offline #1850). - Make it apply everywhere.