cli: align flag names in the CLI with configuration vars inside the code #64269
Labels
A-cli-flags
Pertains to CLI flag handling common to all CLI commands
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
T-server-and-security
DB Server & Security
X-stale
Example: field is currently named
SimulateLatency
in thedemoCtx
, and--global
as a flag.It is worth renaming both of these to something that makes more sense, e.g.
--simulate-geo-latency
,--simulate-real-world-latencies
, or something of the ilk, and renaming the flag and marking --global as deprecated.Context available here
Jira issue: CRDB-6978
The text was updated successfully, but these errors were encountered: