src debug server

Flags

NameDescriptionDefault Value
-cThe container to target
-no-configsIf true, exclude Sourcegraph configuration files. Defaults to false.false
-oThe name of the output zip archivedebug.zip

Usage

SHELL
'src debug server' invokes docker cli diagnostic commands targeting a Sourcegraph server container, and writes an archive file from their returns. Usage: src debug server [command options] Flags: -o Specify the name of the output zip archive. -no-config Don't include Sourcegraph configuration json. Examples: $ src debug server -c foo -o debug.zip $ src -v debug server --no-configs -c ViktorVaughn -o foo.zip