influxdata / influxdata/influxdb
clean up persistent flag
Open
area/tooling
kind/bug
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
-t --token is a persistent global flag, which is required for `influx config create`, but not required for `influx config update`.
We need to display the real usage of the token, without bother other sub command
Contributor guide
Research direction
Start by locating the CLI handling for the persistent -t/--token flag and compare the `influx config create` and `influx config update` entry points. The change is done when the token requirement reflects its actual use for create without imposing it on update or other subcommands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100