src extsvc list

Flags

Name Description Default Value
-dump-requests Log GraphQL requests and responses to stdout false
-f Format for the output, using the syntax of Go package text/template. (e.g. "{{. json}}")
-first Return only the first n external services. (use -1 for unlimited) -1
-get-curl Print the curl command for executing this query and exit (WARNING: includes printing your access token!) false
-trace Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing false

Usage

Usage of 'src extsvc list':
  -dump-requests
    	Log GraphQL requests and responses to stdout
  -f string
    	Format for the output, using the syntax of Go package text/template. (e.g. "{{.|json}}")
  -first int
    	Return only the first n external services. (use -1 for unlimited) (default -1)
  -get-curl
    	Print the curl command for executing this query and exit (WARNING: includes printing your access token!)
  -trace
    	Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing

Examples:

  List external service configurations on the Sourcegraph instance:

    	$ src extsvc list

  List external service configurations and choose output format:

    	$ src extsvc list -f '{{.ID}}'