`--output` doesn't work in `pulsarctl token` command
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
Research direction
Start at the pulsarctl token create-secret-key command definition and inspect its help examples alongside the --output-file option. Replace the incorrect --output example with --output-file, then run the command's help output or relevant CLI tests to verify the examples match the available flag.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Go
- Stars
- 169
- Forks
- 68
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from streamnative/pulsarctl
-
Difficulty 3/5 1-2 days Newbie friendliness 67/100
streamnative/pulsarctl#2070 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
streamnative/pulsarctl#1703 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
streamnative/pulsarctl#1623 · 1 reaction ·
-
streamnative/pulsarctl#1604 · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
streamnative/pulsarctl#1527 ·
All issues in streamnative/pulsarctl
Similar issues
-
kind/bug needs-triage
Difficulty 1/5 Under an hour Newbie friendliness 72/100
matrixorigin/matrixone#29223 ·
-
needs-acceptance wg/data-plane-networking
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
vllm-project/semantic-router#4024 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
alexgorbatchev/dotfiles#107 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100