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

feat: Auto-install tab-completion for Meltano when building sdist or source #6250

Closed
wants to merge 3 commits into from

Conversation

WillDaSilva
Copy link
Member

Recording of the demo on YouTube

This PR currently targets the lazy-modules branch (#6249) because tab-completion relies heavily on our CLI having a fast startup speed. Every tab-completion requires running the CLI so that Click can provide the completions to the shell.

No matter what approach we take in the end for CLI tab-completion, we probably should not use click-completion as it appears outdated and unmaintained: click-contrib/click-completion#41

Closes #3401

@WillDaSilva WillDaSilva self-assigned this Jun 21, 2022
@WillDaSilva WillDaSilva changed the title Auto-install tab-completion for Meltano when building sdist or source feat: Auto-install tab-completion for Meltano when building sdist or source Jun 25, 2022
@WillDaSilva WillDaSilva closed this Aug 2, 2022
@WillDaSilva WillDaSilva deleted the tab-complete branch November 23, 2022 21:14
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.

None yet

1 participant