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

No shorthand -n for --namespace flag #408

Open
waveywaves opened this issue Mar 25, 2024 · 2 comments
Open

No shorthand -n for --namespace flag #408

waveywaves opened this issue Mar 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@waveywaves
Copy link
Member

waveywaves commented Mar 25, 2024

Describe the bug
Not able to uninstall uffizzi

When I run the following command with the -n flag I get the following output, when I run it with --namespace it works

uffizzi uninstall -n uffizzi
ERROR: "uffizzi uninstall controller" was called with arguments ["-n", "uffizzi"]
Usage: "uffizzi uninstall controller [HOSTNAME]

Version
2.4.8

@waveywaves waveywaves added the bug Something isn't working label Mar 25, 2024
@moklidia
Copy link
Collaborator

@waveywaves The uninstall command does not have the email option:

    default_task :controller

    desc 'controller [HOSTNAME]', 'Install uffizzi controller to cluster'
    method_option :namespace, type: :string
    method_option :context, type: :string

@waveywaves
Copy link
Member Author

@moklidia updated description

@waveywaves waveywaves changed the title Not able to uninstall uffizzi No shorthand -n for --namespace flag Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants