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

Embed bbolt command as etcdutl subcommand #15760

Open
serathius opened this issue Apr 23, 2023 · 2 comments
Open

Embed bbolt command as etcdutl subcommand #15760

serathius opened this issue Apr 23, 2023 · 2 comments

Comments

@serathius
Copy link
Member

What would you like to be added?

Embed bbolt command as etcdutl subcommand. Options for names:

  • etcdutl bbolt
  • etcdutl db

Why is this needed?

Improves user experience

  • easier access
  • etcd documentation could start recommending using bbolt commands without requiring users to learn bbolt

Downsides:

  • Might require rewrite to make commands compatible
  • Binds to command interface in other project
@gdhuper
Copy link

gdhuper commented May 29, 2023

@serathius I would like to take this feature on. I am a new contributor to this codebase, so I have a couple of quick questions:

  • Is bbolt the default underlying data structure used for the key-value store? I am trying to understand why we need to explicitly specify bbolt in addition to improving the user experience.
    EDIT: After reading through the bbolt docs, I think I might have a better understanding for this task. Is the goal for this feature to be able to execute bbolt commands through etcdutl subcommand?
  • What is the expected functionality when a user types etcdutl bbolt .. ?
    Thanks

@stale
Copy link

stale bot commented Sep 17, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 17, 2023
@stale stale bot removed the stale label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants