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

add shorthand -a for --all flags #2412

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2024

  1. feat(cli): add shorthand -a for --all flags

    Added shorthand 'a' for the --all flag in various delete commands which
    has a --all to improve usability and consistency across the CLI and with
    kubectl.
    
    This change affects the following commands:
    
    - ClusterTriggerBinding delete
    - EventListener delete
    - Pipeline delete
    - PipelineRun delete
    - Task delete
    - TaskRun delete
    - TriggerBinding delete
    - TriggerTemplate delete
    
    Signed-off-by: Chmouel Boudjnah <[email protected]>
    chmouel committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3dcd809 View commit details
    Browse the repository at this point in the history