ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.83k stars 2.96k forks source link

ipfs add --name does not exist #10341

Open gdkrmr opened 3 months ago

gdkrmr commented 3 months ago

Checklist

Description

ipfs pin --name exists now. It would be nice to also have ipfs add --name.

aschmahmann commented 2 months ago

What would this feature do, there are 2 places people put names:

Is this a request for ipfs add --pin=true --pin-name=<name>?

gdkrmr commented 2 months ago

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.