Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs add --name does not exist #10341

Open
3 tasks done
gdkrmr opened this issue Feb 16, 2024 · 2 comments
Open
3 tasks done

ipfs add --name does not exist #10341

gdkrmr opened this issue Feb 16, 2024 · 2 comments
Labels
effort/hours Estimated to take one or several hours kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up

Comments

@gdkrmr
Copy link

gdkrmr commented Feb 16, 2024

Checklist

  • My issue is specific & actionable.
  • I am not suggesting a protocol enhancement.
  • 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 gdkrmr added the kind/enhancement A net-new feature or improvement to an existing feature label Feb 16, 2024
@aschmahmann
Copy link
Contributor

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 aschmahmann added P2 Medium: Good to have, but can wait until someone steps up effort/hours Estimated to take one or several hours labels Feb 20, 2024
@gdkrmr
Copy link
Author

gdkrmr commented Feb 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/hours Estimated to take one or several hours kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up
Projects
None yet
Development

No branches or pull requests

2 participants