Skip to content

BASH completion script for accumulo commands #5672

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ibilley7
Copy link
Contributor

Created a BASH completion script in the assemble/bin folder called _accumulo_completions that allows the user to complete the accumulo, accumulo admin, and accumulo ec-admin commands to streamline usage and testing of Accumulo. Gives the user suggestions of what they can enter next given what's already entered on the command line. Created a README file in the assemble folder that describes the setup and usage of the script.

Closes #4808

ibilley7 and others added 2 commits June 23, 2025 14:30
Created a BASH completion script in the assemble/bin folder called _accumulo_completions that allows the user to complete the accumulo, accumulo admin, and accumulo ec-admin commands to streamline usage and testing of Accumulo. Gives the user suggestions of what they can enter next given what's already entered on the command line. Created a README file in the assemble folder that describes the setup and usage of the script.

Closes apache#4808
@kevinrr888 kevinrr888 added this to the 4.0.0 milestone Jun 24, 2025
@DomGarguilo DomGarguilo requested a review from ctubbsii June 24, 2025 18:37
@dlmarion
Copy link
Contributor

I'm curious if there is a way to generate the list of commands during the build process so that we don't need to remember to update this file every release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wish list: bash completions for bin/accumulo
3 participants