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
--output
pulsarctl token
Problem
--output has been listed in the examples of pulsarctl token command, but there is no option --output. See the following error:
$ pulsarctl token create-secret-key --output my-secret.key Error: unknown flag: --output Usage: pulsarctl token create-secret-key [flags] Examples: #Create a secret key. pulsarctl token create-secret-key #Create a base64 encoded secret key. pulsarctl token create-secret-key --base64 #Create a secret key and save it to a file. pulsarctl token create-secret-key --output (file path)
Solution
The help message should be fixed. Because there is no option --output, the right option is --output-file.
--output-file
The text was updated successfully, but these errors were encountered:
I submitted ##608 to fix this, could you review this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
--output
has been listed in the examples ofpulsarctl token
command, but there is no option--output
. See the following error:Solution
The help message should be fixed. Because there is no option
--output
, the right option is--output-file
.The text was updated successfully, but these errors were encountered: