Skip to content

Commit a3a0135

Browse files
🤖 Sync generated docs from sourcegraph/sourcegraph (2025-11-18/02-09-59) (#1433)
1 parent f508c12 commit a3a0135

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

‎docs/cli/references/index.mdx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* [`orgs`](references/orgs)
1616
* [`repos`](references/repos)
1717
* [`sbom`](references/sbom)
18-
* [`scout`](references/scout)
1918
* [`search`](references/search)
2019
* [`search-jobs`](references/search-jobs)
2120
* [`serve-git`](references/serve-git)

‎docs/cli/references/snapshot.mdx‎

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@
55
## Usage
66

77
```
8-
'src snapshot' manages snapshots of Sourcegraph instance data. All subcommands are currently EXPERIMENTAL.
8+
'src snapshot' manages snapshots of Sourcegraph instance databases. All subcommands are currently EXPERIMENTAL.
99
10-
USAGE
11-
src [-v] snapshot <command>
10+
Usage:
1211
13-
COMMANDS
12+
src snapshot <command>
13+
14+
The commands are:
15+
16+
databases export databases from a Sourcegraph instance
17+
restore restore databases from an export
18+
upload upload exported databases and summary file when migrating to Sourcegraph Cloud
1419
1520
summary export summary data about an instance for acceptance testing of a restored Sourcegraph instance
1621
test use exported summary data and instance health indicators to validate a restored and upgraded instance
1722
23+
Use "src snapshot [command] -h" for more information about a command.
24+
25+
1826
```
1927

0 commit comments

Comments
 (0)