File tree Expand file tree Collapse file tree 3 files changed +595
-125
lines changed
Expand file tree Collapse file tree 3 files changed +595
-125
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,23 @@ import (
88var snapshotCommands commander
99
1010func init () {
11- usage := `'src snapshot' manages snapshots of Sourcegraph instance data . All subcommands are currently EXPERIMENTAL.
11+ usage := `'src snapshot' manages snapshots of Sourcegraph instance databases . All subcommands are currently EXPERIMENTAL.
1212
13- USAGE
14- src [-v] snapshot <command>
13+ Usage:
1514
16- COMMANDS
15+ src snapshot <command>
16+
17+ The commands are:
18+
19+ databases export databases from a Sourcegraph instance
20+ restore restore databases from an export
21+ upload upload exported databases and summary file when migrating to Sourcegraph Cloud
1722
1823 summary export summary data about an instance for acceptance testing of a restored Sourcegraph instance
1924 test use exported summary data and instance health indicators to validate a restored and upgraded instance
25+
26+ Use "src snapshot [command] -h" for more information about a command.
27+
2028`
2129 flagSet := flag .NewFlagSet ("snapshot" , flag .ExitOnError )
2230
You can’t perform that action at this time.
0 commit comments