kubo icon indicating copy to clipboard operation
kubo copied to clipboard

ipfs add --name does not exist

Open gdkrmr opened this issue 1 year ago • 2 comments

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.

gdkrmr avatar Feb 16 '24 13:02 gdkrmr

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>?

aschmahmann avatar Feb 20 '24 14:02 aschmahmann

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.

gdkrmr avatar Feb 21 '24 10:02 gdkrmr