Skip to content

[FEATURE] Add tab completion for stackql-deploy CLI commands #65

@jeffreyaven

Description

@jeffreyaven

Description

Feature Description
Enable tab completion for subcommands and flags in the stackql-deploy CLI. This should allow users to partially type a command (e.g. b) and hit [TAB] to autocomplete to the matching subcommand (e.g. build), or cycle through possible completions if multiple matches exist.

The completion should work across supported shells (e.g., bash, zsh, fish, PowerShell) and ideally be registered automatically during installation.

Example(s)

stackql-deploy b[TAB]
# → stackql-deploy build

stackql-deploy bui[TAB]
# → stackql-deploy build

stackql-deploy [TAB]
# → build  test  teardown....

Possible Approaches or Libraries to Consider

Additional Context
This feature will streamline developer workflows, reduce typing errors, and align stackql-deploy with modern CLI ergonomics.
Assigning to @claude for implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions