# `src debug server`


## Flags

| Name | Description | Default Value |
|------|-------------|---------------|
| `-c` | The container to target |  |
| `-no-configs` | If true, exclude Sourcegraph configuration files. Defaults to false. | `false` |
| `-o` | The name of the output zip archive | `debug.zip` |


## Usage

```

'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



```
	