src debug compose

Flags

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

Usage

SHELL
'src debug compose' invokes docker cli diagnostic commands targeting a set of containers that are members of a docker-compose network, writing an archive file from their returns. Usage: src debug compose [command options] Flags: -o Specify the name of the output zip archive. --no-configs Don't include Sourcegraph configuration json. Examples: $ src debug compose -o debug.zip $ src -v debug compose -no-configs -o foo.zip