From 07a8ffc794c9b1bb9795abac7e308e71a36742fe Mon Sep 17 00:00:00 2001 From: Buildkite Date: Tue, 18 Nov 2025 02:10:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20sync'ing=20generated=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cli/references/index.mdx | 1 - docs/cli/references/snapshot.mdx | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/cli/references/index.mdx b/docs/cli/references/index.mdx index b384b3fe4..1c8e4626e 100644 --- a/docs/cli/references/index.mdx +++ b/docs/cli/references/index.mdx @@ -15,7 +15,6 @@ * [`orgs`](references/orgs) * [`repos`](references/repos) * [`sbom`](references/sbom) -* [`scout`](references/scout) * [`search`](references/search) * [`search-jobs`](references/search-jobs) * [`serve-git`](references/serve-git) diff --git a/docs/cli/references/snapshot.mdx b/docs/cli/references/snapshot.mdx index 83cfe414f..b4e7228a8 100644 --- a/docs/cli/references/snapshot.mdx +++ b/docs/cli/references/snapshot.mdx @@ -5,15 +5,23 @@ ## Usage ``` -'src snapshot' manages snapshots of Sourcegraph instance data. All subcommands are currently EXPERIMENTAL. +'src snapshot' manages snapshots of Sourcegraph instance databases. All subcommands are currently EXPERIMENTAL. -USAGE - src [-v] snapshot +Usage: -COMMANDS + src snapshot + +The commands are: + + databases export databases from a Sourcegraph instance + restore restore databases from an export + upload upload exported databases and summary file when migrating to Sourcegraph Cloud summary export summary data about an instance for acceptance testing of a restored Sourcegraph instance test use exported summary data and instance health indicators to validate a restored and upgraded instance +Use "src snapshot [command] -h" for more information about a command. + + ``` \ No newline at end of file