We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The typical airshipctl command syntax is of the form
airshipctl [TYPE] [command] [sub-command] [flags]
where TYPE = {baremetal, cluster, config, plan, ...}, and the commands, sub-commands and flags, except for help, are specific to the TYPE.
However, airshipctl completion SHELL doesn't follow the syntax. This is not a documentation issue as it requires a change in the code.
airshipctl completion SHELL
The text was updated successfully, but these errors were encountered:
this issue should be filed in https://github.com/airshipit/airshipctl/issues, if the cmd syntax needs to be changed.
Sorry, something went wrong.
@jgu17 Agree. But this served as a test of my being able to create an issue here.
Opened airshipctl syntax issue as per @jgu17 suggestion.
Closing this issue here.
No branches or pull requests
The typical airshipctl command syntax is of the form
airshipctl [TYPE] [command] [sub-command] [flags]
where TYPE = {baremetal, cluster, config, plan, ...}, and the commands, sub-commands and flags, except for help, are specific to the TYPE.
However,
airshipctl completion SHELL
doesn't follow the syntax. This is not a documentation issue as it requires a change in the code.The text was updated successfully, but these errors were encountered: