Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30747: cli: Mark zone command deprecated so it doesn't show up in help text r=a-robinson a=a-robinson We had previously marked zone's subcommands as deprecated in bfc190d, which meant they didn't show up as available subcommands in the help text of `cockroach zone`. However, there was no deprecation message on the zone command itself, which made the lack of subcommands confusing, and also meant that it showed up as a command in the help text of the top level `cockroach` command. This fixes both issues. Release note: None --- cc @jseldess just as an additional reminder on top of the docs-todo label on this and #28612 that the `cockroach zone` command is being deprecated in favor of the `SHOW ZONE` and `CONFIGURE ZONE` sql syntax. If you think this is a big loss in usability, speak up before the release :) Fixes #30728 Co-authored-by: Alex Robinson <alexdwanerobinson@gmail.com>
- Loading branch information