cli/conn+config: all client commands should accept --url
#4984
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
docs-todo
E-easy
Easy issue to tackle, requires little or no CockroachDB experience
help wanted
Help is requested / needed by the one who filed the issue to fix it.
Milestone
Currently CLI commands that use the SQL driver under the hood (sql, zone, user) accept a
--url
parameter, but those that use the KV (or other) API (range, node, kv, exterminate, quit) do not. Commands in the latter group should accept a URL too and parse the necessary fields from it so that users don't have to know about these implementation details. (see discussion in #4957)The text was updated successfully, but these errors were encountered: