-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cliccl: update
load show
with summary
subcommand
Previously, `load show` provides different options to display subset of meta information of backup, but the option parsing could be error prone and prefer a better way to provide users with subset options(e.g.with --include). This commit updates `load show` with `summary` subcommand to display all metadata of an individual backup for debugging. Release justification: non-production code changes. Release note (cli change): Update `load show` with `summary` subcommand to display meta information of an individual backup. Users are now able to inspect backup metadata, files, spans and descriptors with cli command `cockroach load show summary <backup_url>` without a running cluster.
- Loading branch information
1 parent
4f2c444
commit aa7238a
Showing
3 changed files
with
139 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.