feat: add tab completion support for CLI commands#66
Merged
jeffreyaven merged 3 commits intomainfrom Oct 11, 2025
Merged
Conversation
- Add new 'completion' command to generate shell completion scripts - Support bash, zsh, fish, and PowerShell shells - Leverage Click's built-in shell completion functionality - Update README with detailed setup instructions for each shell - Enable tab completion for subcommands and flags across all shells Resolves #65 Co-authored-by: Jeffrey Aven <jeffreyaven@users.noreply.github.com>
Member
Author
|
@claude can you fix https://github.com/stackql/stackql-deploy/actions/runs/18422097076, |
Contributor
|
Claude finished @jeffreyaven's task —— View job ✅ Fixed ruff linting error
Fixed: Line 389 in The fix has been committed and pushed to the PR branch. The GitHub Actions workflow should now pass the ruff linting checks. |
…rements Co-authored-by: Jeffrey Aven <jeffreyaven@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements tab completion functionality for the stackql-deploy CLI as requested in issue #65.
Changes
completioncommand to generate shell completion scriptsUsage
Users can enable tab completion by:
stackql-deploy completion <shell>to get setup instructionsResolves #65
🤖 Generated with Claude Code