kubo
kubo copied to clipboard
ipfs add --name does not exist
Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the issue tracker for my issue.
Description
ipfs pin --name exists now. It would be nice to also have ipfs add --name.
What would this feature do, there are 2 places people put names:
- In the DAG (MFS, or with
ipfs add --wrap-with-directory) - In the local pin database
Is this a request for ipfs add --pin=true --pin-name=<name>?
The proposal would be the equivalent to ipfs pin --name, i.e. add a name to the local database
Is this a request for
ipfs add --pin=true --pin-name=<name>?
That could be a possible implementation.