diff --git a/docs/cli/references/abc/variables/delete.mdx b/docs/cli/references/abc/variables/delete.mdx index f62ab0543..b10ae1513 100644 --- a/docs/cli/references/abc/variables/delete.mdx +++ b/docs/cli/references/abc/variables/delete.mdx @@ -27,6 +27,6 @@ $ src abc variables delete [options] [ ...] | `--dump-requests` | Log GraphQL requests and responses to stdout | `false`| | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--var` | Variable name to delete. Repeat for multiple names. | ``| \ No newline at end of file diff --git a/docs/cli/references/abc/variables/set.mdx b/docs/cli/references/abc/variables/set.mdx index 944a250f4..51889285a 100644 --- a/docs/cli/references/abc/variables/set.mdx +++ b/docs/cli/references/abc/variables/set.mdx @@ -33,6 +33,6 @@ $ src abc variables set [options] [= ...] | `--dump-requests` | Log GraphQL requests and responses to stdout | `false`| | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--var` | Variable assignment in <name>=<value> form. Repeat to set multiple variables. | ``| \ No newline at end of file diff --git a/docs/cli/references/api.mdx b/docs/cli/references/api.mdx index 7ef9c324f..3cab435e3 100644 --- a/docs/cli/references/api.mdx +++ b/docs/cli/references/api.mdx @@ -41,6 +41,6 @@ $ src api [options] [variable=value ...] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--query` | GraphQL query to execute, e.g. 'query \{ currentUser \{ username \} \}' (stdin otherwise) | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--vars` | GraphQL query variables to include as JSON string, e.g. '\{"var": "val", "var2": "val2"\}' | ``| \ No newline at end of file diff --git a/docs/cli/references/batch/apply.mdx b/docs/cli/references/batch/apply.mdx index d33ec6143..d32a57e57 100644 --- a/docs/cli/references/batch/apply.mdx +++ b/docs/cli/references/batch/apply.mdx @@ -25,7 +25,7 @@ | `-text-only` | INTERNAL USE ONLY. EXPERIMENTAL. Switches off the TUI to only print JSON lines. | `false` | | `-timeout` | The maximum duration a single batch spec step can take. | `1h0m0s` | | `-tmp` | Directory for storing temporary data, such as log files. Default is /tmp. Can also be set with environment variable SRC_BATCH_TMP_DIR; if both are set, this flag will be used and not the environment variable. | `/tmp` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | | `-v` | print verbose output | `false` | | `-workspace` | Workspace mode to use ("auto", "bind", or "volume") | `auto` | @@ -76,7 +76,7 @@ Usage of 'src batch apply': -tmp string Directory for storing temporary data, such as log files. Default is /tmp. Can also be set with environment variable SRC_BATCH_TMP_DIR; if both are set, this flag will be used and not the environment variable. (default "/tmp") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) -v print verbose output diff --git a/docs/cli/references/batch/new.mdx b/docs/cli/references/batch/new.mdx index c6972b00a..6517ac07e 100644 --- a/docs/cli/references/batch/new.mdx +++ b/docs/cli/references/batch/new.mdx @@ -10,7 +10,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-skip-errors` | If true, errors encountered won't stop the program, but only log them. | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src batch new': -skip-errors If true, errors encountered won't stop the program, but only log them. -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/batch/preview.mdx b/docs/cli/references/batch/preview.mdx index 682f0f0f8..809f14b5a 100644 --- a/docs/cli/references/batch/preview.mdx +++ b/docs/cli/references/batch/preview.mdx @@ -25,7 +25,7 @@ | `-text-only` | INTERNAL USE ONLY. EXPERIMENTAL. Switches off the TUI to only print JSON lines. | `false` | | `-timeout` | The maximum duration a single batch spec step can take. | `1h0m0s` | | `-tmp` | Directory for storing temporary data, such as log files. Default is /tmp. Can also be set with environment variable SRC_BATCH_TMP_DIR; if both are set, this flag will be used and not the environment variable. | `/tmp` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | | `-v` | print verbose output | `false` | | `-workspace` | Workspace mode to use ("auto", "bind", or "volume") | `auto` | @@ -76,7 +76,7 @@ Usage of 'src batch preview': -tmp string Directory for storing temporary data, such as log files. Default is /tmp. Can also be set with environment variable SRC_BATCH_TMP_DIR; if both are set, this flag will be used and not the environment variable. (default "/tmp") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) -v print verbose output diff --git a/docs/cli/references/batch/remote.mdx b/docs/cli/references/batch/remote.mdx index 650eee96b..e9bf97287 100644 --- a/docs/cli/references/batch/remote.mdx +++ b/docs/cli/references/batch/remote.mdx @@ -15,7 +15,7 @@ | `-n` | Alias for -namespace. | | | `-namespace` | The user or organization namespace to place the batch change within. Default is the currently authenticated user. | | | `-skip-errors` | If true, errors encountered won't stop the program, but only log them. | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -44,7 +44,7 @@ Usage of 'src batch remote': -skip-errors If true, errors encountered won't stop the program, but only log them. -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) 'src batch remote' runs a batch spec on the Sourcegraph instance. diff --git a/docs/cli/references/batch/repositories.mdx b/docs/cli/references/batch/repositories.mdx index 961723322..03c73e18a 100644 --- a/docs/cli/references/batch/repositories.mdx +++ b/docs/cli/references/batch/repositories.mdx @@ -12,7 +12,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-skip-errors` | If true, errors encountered won't stop the program, but only log them. | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -35,7 +35,7 @@ Usage of 'src batch repositories': -skip-errors If true, errors encountered won't stop the program, but only log them. -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/batch/validate.mdx b/docs/cli/references/batch/validate.mdx index 8896b1689..fb6cc5100 100644 --- a/docs/cli/references/batch/validate.mdx +++ b/docs/cli/references/batch/validate.mdx @@ -12,7 +12,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-skip-errors` | If true, errors encountered won't stop the program, but only log them. | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -35,7 +35,7 @@ Usage of 'src batch validate': -skip-errors If true, errors encountered won't stop the program, but only log them. -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/codeowners/create.mdx b/docs/cli/references/codeowners/create.mdx index 134edb219..9ae88c133 100644 --- a/docs/cli/references/codeowners/create.mdx +++ b/docs/cli/references/codeowners/create.mdx @@ -24,5 +24,5 @@ $ src codeowners create [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--repo` | The repository to attach the data to | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/codeowners/delete.mdx b/docs/cli/references/codeowners/delete.mdx index 7450227b9..a078ce434 100644 --- a/docs/cli/references/codeowners/delete.mdx +++ b/docs/cli/references/codeowners/delete.mdx @@ -22,5 +22,5 @@ $ src codeowners delete [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--repo` | The repository to delete the data for | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/codeowners/get.mdx b/docs/cli/references/codeowners/get.mdx index 259443674..f58e56fee 100644 --- a/docs/cli/references/codeowners/get.mdx +++ b/docs/cli/references/codeowners/get.mdx @@ -22,5 +22,5 @@ $ src codeowners get [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--repo` | The repository to attach the data to | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/codeowners/update.mdx b/docs/cli/references/codeowners/update.mdx index a7e2f7720..b6d63c61a 100644 --- a/docs/cli/references/codeowners/update.mdx +++ b/docs/cli/references/codeowners/update.mdx @@ -24,5 +24,5 @@ $ src codeowners update [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--repo` | The repository to attach the data to | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/config/edit.mdx b/docs/cli/references/config/edit.mdx index 67959780b..178fc2945 100644 --- a/docs/cli/references/config/edit.mdx +++ b/docs/cli/references/config/edit.mdx @@ -11,7 +11,7 @@ | `-overwrite` | Overwrite the entire settings with the value given in -value (not just a single property). | `false` | | `-property` | The name of the settings property to set. | | | `-subject` | The ID of the settings subject whose settings to edit. (default: authenticated user) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | | `-value` | The value for the settings property (when used with -property). | | | `-value-file` | Read the value from this file instead of from the -value command-line option. | | @@ -34,7 +34,7 @@ Usage of 'src config edit': -subject string The ID of the settings subject whose settings to edit. (default: authenticated user) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) -value string diff --git a/docs/cli/references/config/get.mdx b/docs/cli/references/config/get.mdx index 42972c2fe..7b0db76bf 100644 --- a/docs/cli/references/config/get.mdx +++ b/docs/cli/references/config/get.mdx @@ -10,7 +10,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-subject` | The ID of the settings subject whose settings to get. (default: authenticated user) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src config get': -subject string The ID of the settings subject whose settings to get. (default: authenticated user) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/config/list.mdx b/docs/cli/references/config/list.mdx index ab6ee82b8..cce2a3f99 100644 --- a/docs/cli/references/config/list.mdx +++ b/docs/cli/references/config/list.mdx @@ -10,7 +10,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-subject` | The ID of the settings subject whose settings to list. (default: authenticated user) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src config list': -subject string The ID of the settings subject whose settings to list. (default: authenticated user) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extensions/copy.mdx b/docs/cli/references/extensions/copy.mdx index 069d8d042..eb98560f6 100644 --- a/docs/cli/references/extensions/copy.mdx +++ b/docs/cli/references/extensions/copy.mdx @@ -10,7 +10,7 @@ | `-extension-id` | The <extID> in https://sourcegraph.com/extensions/<extID> (e.g. sourcegraph/java) | | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src extensions copy': -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extensions/delete.mdx b/docs/cli/references/extensions/delete.mdx index 2222034c8..8192dfac9 100644 --- a/docs/cli/references/extensions/delete.mdx +++ b/docs/cli/references/extensions/delete.mdx @@ -9,7 +9,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-id` | The ID (GraphQL API ID, not extension ID) of the extension to delete. | | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -26,7 +26,7 @@ Usage of 'src extensions delete': -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extensions/get.mdx b/docs/cli/references/extensions/get.mdx index 935ce9ffd..2b133506c 100644 --- a/docs/cli/references/extensions/get.mdx +++ b/docs/cli/references/extensions/get.mdx @@ -10,7 +10,7 @@ | `-f` | Format for the output, using the syntax of Go package text/template. (e.g. "\{\{.ExtensionID\}\}: \{\{.Manifest.Title\}\} (\{\{.RemoteURL\}\})" or "\{\{.\|json\}\}") | `{{.\|json}}` | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src extensions get': -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extensions/list.mdx b/docs/cli/references/extensions/list.mdx index 093295a01..23a8b174e 100644 --- a/docs/cli/references/extensions/list.mdx +++ b/docs/cli/references/extensions/list.mdx @@ -11,7 +11,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-query` | Returns extensions whose extension IDs match the query. (e.g. "myextension") | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -32,7 +32,7 @@ Usage of 'src extensions list': -query string Returns extensions whose extension IDs match the query. (e.g. "myextension") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extensions/publish.mdx b/docs/cli/references/extensions/publish.mdx index 938695278..b3e04f6fc 100644 --- a/docs/cli/references/extensions/publish.mdx +++ b/docs/cli/references/extensions/publish.mdx @@ -12,7 +12,7 @@ | `-git-head` | Override the current git commit for the bundle. (default: uses `git rev-parse head`) | | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-manifest` | The extension manifest file. | `package.json` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-url` | Override the URL for the bundle. (example: set to http://localhost:1234/myext.js for local dev with parcel) | | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -36,7 +36,7 @@ Usage of 'src extensions publish': -manifest string The extension manifest file. (default "package.json") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -url string Override the URL for the bundle. (example: set to http://localhost:1234/myext.js for local dev with parcel) -user-agent-telemetry diff --git a/docs/cli/references/extsvc/create.mdx b/docs/cli/references/extsvc/create.mdx index 6d1b3d88b..36ccc8214 100644 --- a/docs/cli/references/extsvc/create.mdx +++ b/docs/cli/references/extsvc/create.mdx @@ -10,7 +10,7 @@ | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-kind` | kind of the external service to create | | | `-name` | exact name of the external service to create | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src extsvc create': -name string exact name of the external service to create -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extsvc/edit.mdx b/docs/cli/references/extsvc/edit.mdx index 856304c6e..948b1300a 100644 --- a/docs/cli/references/extsvc/edit.mdx +++ b/docs/cli/references/extsvc/edit.mdx @@ -12,7 +12,7 @@ | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-name` | exact name of the external service to edit | | | `-rename` | when specified, renames the external service | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -35,7 +35,7 @@ Usage of 'src extsvc edit': -rename string when specified, renames the external service -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/extsvc/list.mdx b/docs/cli/references/extsvc/list.mdx index 05a2ffd2d..83b1ecb89 100644 --- a/docs/cli/references/extsvc/list.mdx +++ b/docs/cli/references/extsvc/list.mdx @@ -10,7 +10,7 @@ | `-first` | Return only the first n external services. | `1000` | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src extsvc list': -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/login.mdx b/docs/cli/references/login.mdx index 5fd07ddd8..34fbd524b 100644 --- a/docs/cli/references/login.mdx +++ b/docs/cli/references/login.mdx @@ -35,5 +35,5 @@ $ src login [command options] [SOURCEGRAPH_URL] | `--dump-requests` | Log GraphQL requests and responses to stdout | `false`| | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/lsp.mdx b/docs/cli/references/lsp.mdx index 6e47f68ca..13b5102b7 100644 --- a/docs/cli/references/lsp.mdx +++ b/docs/cli/references/lsp.mdx @@ -8,7 +8,7 @@ | `-dump-requests` | Log GraphQL requests and responses to stdout | `false` | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -50,7 +50,7 @@ Usage of 'src lsp': -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/orgs/create.mdx b/docs/cli/references/orgs/create.mdx index 54f11b857..9c9accd1d 100644 --- a/docs/cli/references/orgs/create.mdx +++ b/docs/cli/references/orgs/create.mdx @@ -23,5 +23,5 @@ $ src orgs create [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--name` | The new organization's name. (required) | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/orgs/delete.mdx b/docs/cli/references/orgs/delete.mdx index 586e806b7..9054e6a7e 100644 --- a/docs/cli/references/orgs/delete.mdx +++ b/docs/cli/references/orgs/delete.mdx @@ -30,5 +30,5 @@ $ src orgs delete [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--id` | The ID of the organization to delete. | ``| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/orgs/get.mdx b/docs/cli/references/orgs/get.mdx index 443647055..51789e252 100644 --- a/docs/cli/references/orgs/get.mdx +++ b/docs/cli/references/orgs/get.mdx @@ -26,6 +26,6 @@ $ src orgs get [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--name` | Look up organization by name. (e.g. "abc-org") | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `-f` | Format for the output, using the syntax of Go package text/template. (e.g. "\{\{.ID\}\}: \{\{.Name\}\} (\{\{.DisplayName\}\})") \| `"\{\{.\\|json\}\}"`| \ No newline at end of file diff --git a/docs/cli/references/orgs/list.mdx b/docs/cli/references/orgs/list.mdx index 9bb10b521..b8bb2f9d0 100644 --- a/docs/cli/references/orgs/list.mdx +++ b/docs/cli/references/orgs/list.mdx @@ -27,6 +27,6 @@ $ src orgs list [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--query` | Returns organizations whose names match the query. (e.g. "alice") | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `-f` | Format for the output, using the syntax of Go package text/template. (e.g. "\{\{.ID\}\}: \{\{.Name\}\} (\{\{.DisplayName\}\})" or "\{\{.\|json\}\}") \| `"\{\{.Name\}\}"`| \ No newline at end of file diff --git a/docs/cli/references/orgs/members/add.mdx b/docs/cli/references/orgs/members/add.mdx index 5e398363e..5c0787f22 100644 --- a/docs/cli/references/orgs/members/add.mdx +++ b/docs/cli/references/orgs/members/add.mdx @@ -22,6 +22,6 @@ $ src orgs members add [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--org-id` | ID of organization to which to add member. (required) | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--username` | Username of user to add as member. (required) | ``| \ No newline at end of file diff --git a/docs/cli/references/orgs/members/remove.mdx b/docs/cli/references/orgs/members/remove.mdx index d9b8062f4..88ee7e164 100644 --- a/docs/cli/references/orgs/members/remove.mdx +++ b/docs/cli/references/orgs/members/remove.mdx @@ -22,6 +22,6 @@ $ src orgs members remove [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--org-id` | ID of organization from which to remove member. (required) | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--user-id` | ID of user to remove as member. (required) | ``| \ No newline at end of file diff --git a/docs/cli/references/prompts/create.mdx b/docs/cli/references/prompts/create.mdx index a68d6e23c..4108aa6d5 100644 --- a/docs/cli/references/prompts/create.mdx +++ b/docs/cli/references/prompts/create.mdx @@ -77,5 +77,5 @@ src prompts create \ | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/delete.mdx b/docs/cli/references/prompts/delete.mdx index c7fb02446..506d321e4 100644 --- a/docs/cli/references/prompts/delete.mdx +++ b/docs/cli/references/prompts/delete.mdx @@ -28,5 +28,5 @@ src prompts delete UHJvbXB0OjE= | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/export.mdx b/docs/cli/references/prompts/export.mdx index 0d97b69f6..25c0d87ae 100644 --- a/docs/cli/references/prompts/export.mdx +++ b/docs/cli/references/prompts/export.mdx @@ -42,5 +42,5 @@ src prompts export -o filtered-prompts.json -tags="python,data-science,ml" | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/get.mdx b/docs/cli/references/prompts/get.mdx index 0d2a5f1c2..082b1753f 100644 --- a/docs/cli/references/prompts/get.mdx +++ b/docs/cli/references/prompts/get.mdx @@ -24,5 +24,5 @@ src prompts get UHJvbXB0OjE= | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/import.mdx b/docs/cli/references/prompts/import.mdx index f6ae4af3e..ed48ea700 100644 --- a/docs/cli/references/prompts/import.mdx +++ b/docs/cli/references/prompts/import.mdx @@ -43,5 +43,5 @@ src prompts import -i prompts.json -dry-run -skip-existing | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/list.mdx b/docs/cli/references/prompts/list.mdx index a8ae516ec..326a4dc6d 100644 --- a/docs/cli/references/prompts/list.mdx +++ b/docs/cli/references/prompts/list.mdx @@ -75,5 +75,5 @@ src prompts list -query="Go" -recommended-only -include-drafts=false -json | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/tags/create.mdx b/docs/cli/references/prompts/tags/create.mdx index b6d618ec4..17fe9c54b 100644 --- a/docs/cli/references/prompts/tags/create.mdx +++ b/docs/cli/references/prompts/tags/create.mdx @@ -30,7 +30,7 @@ src prompts tags create python | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | ## Notes diff --git a/docs/cli/references/prompts/tags/delete.mdx b/docs/cli/references/prompts/tags/delete.mdx index 66b1b19b0..f67160067 100644 --- a/docs/cli/references/prompts/tags/delete.mdx +++ b/docs/cli/references/prompts/tags/delete.mdx @@ -28,5 +28,5 @@ src prompts tags delete UHJvbXB0VGFnOjE= | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/tags/get.mdx b/docs/cli/references/prompts/tags/get.mdx index f6acfdafd..67e02d74f 100644 --- a/docs/cli/references/prompts/tags/get.mdx +++ b/docs/cli/references/prompts/tags/get.mdx @@ -27,5 +27,5 @@ src prompts tags get machine-learning | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/tags/list.mdx b/docs/cli/references/prompts/tags/list.mdx index f73fb7467..e6df937af 100644 --- a/docs/cli/references/prompts/tags/list.mdx +++ b/docs/cli/references/prompts/tags/list.mdx @@ -47,5 +47,5 @@ src prompts tags list -query="python" -limit=5 | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/tags/update.mdx b/docs/cli/references/prompts/tags/update.mdx index c47ce8c9e..5a5049a2f 100644 --- a/docs/cli/references/prompts/tags/update.mdx +++ b/docs/cli/references/prompts/tags/update.mdx @@ -31,5 +31,5 @@ src prompts tags update -name="golang-updated" UHJvbXB0VGFnOjE= | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/prompts/update.mdx b/docs/cli/references/prompts/update.mdx index fd609bc5f..b91bb43f9 100644 --- a/docs/cli/references/prompts/update.mdx +++ b/docs/cli/references/prompts/update.mdx @@ -65,5 +65,5 @@ src prompts update \ | `-dump-requests` | Log GraphQL requests and responses to stdout | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true) | diff --git a/docs/cli/references/repos/add-metadata.mdx b/docs/cli/references/repos/add-metadata.mdx index 43ea04782..d1f2f8e3f 100644 --- a/docs/cli/references/repos/add-metadata.mdx +++ b/docs/cli/references/repos/add-metadata.mdx @@ -11,7 +11,7 @@ | `-key` | The name of the metadata key to add (required) | | | `-repo` | The ID of the repo to add the key-value pair metadata to (required if -repo-name is not specified) | | | `-repo-name` | The name of the repo to add the key-value pair metadata to (required if -repo is not specified) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | | `-value` | The metadata value associated with the metadata key. Defaults to null. | | @@ -33,7 +33,7 @@ Usage of 'src repos add-metadata': -repo-name string The name of the repo to add the key-value pair metadata to (required if -repo is not specified) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) -value string diff --git a/docs/cli/references/repos/delete-metadata.mdx b/docs/cli/references/repos/delete-metadata.mdx index c4a132d4d..ea815bcab 100644 --- a/docs/cli/references/repos/delete-metadata.mdx +++ b/docs/cli/references/repos/delete-metadata.mdx @@ -11,7 +11,7 @@ | `-key` | The name of the metadata key to be deleted (required) | | | `-repo` | The ID of the repo with the key-value pair metadata to be deleted (required if -repo-name is not specified) | | | `-repo-name` | The name of the repo to add the key-value pair metadata to (required if -repo is not specified) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -32,7 +32,7 @@ Usage of 'src repos delete-metadata': -repo-name string The name of the repo to add the key-value pair metadata to (required if -repo is not specified) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/repos/delete.mdx b/docs/cli/references/repos/delete.mdx index dce1a97d3..18b2c5105 100644 --- a/docs/cli/references/repos/delete.mdx +++ b/docs/cli/references/repos/delete.mdx @@ -8,7 +8,7 @@ | `-dump-requests` | Log GraphQL requests and responses to stdout | `false` | | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -23,7 +23,7 @@ Usage of 'src repos delete' -insecure-skip-verify Skip validation of TLS certificates against trusted chains -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/repos/get.mdx b/docs/cli/references/repos/get.mdx index 554e5710b..6736d43ed 100644 --- a/docs/cli/references/repos/get.mdx +++ b/docs/cli/references/repos/get.mdx @@ -10,7 +10,7 @@ | `-get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false` | | `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` | | `-name` | The name of the repository. (required) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -29,7 +29,7 @@ Usage of 'src repos get': -name string The name of the repository. (required) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/repos/list.mdx b/docs/cli/references/repos/list.mdx index 21ef68eee..17036c7cf 100644 --- a/docs/cli/references/repos/list.mdx +++ b/docs/cli/references/repos/list.mdx @@ -18,7 +18,7 @@ | `-not-indexed` | Include repositories that do not have a text search index. | `true` | | `-order-by` | How to order the results; possible choices are: "name", "created-at" | `name` | | `-query` | Returns repositories whose names match the query. (e.g. "myorg/") | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -53,7 +53,7 @@ Usage of 'src repos list': -query string Returns repositories whose names match the query. (e.g. "myorg/") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/repos/update-metadata.mdx b/docs/cli/references/repos/update-metadata.mdx index 6669a18fa..b091c8908 100644 --- a/docs/cli/references/repos/update-metadata.mdx +++ b/docs/cli/references/repos/update-metadata.mdx @@ -11,7 +11,7 @@ | `-key` | The name of the metadata key to be updated (required) | | | `-repo` | The ID of the repo with the metadata key to be updated (required if -repo-name is not specified) | | | `-repo-name` | The name of the repo to add the key-value pair metadata to (required if -repo is not specified) | | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | | `-value` | The new metadata value of the metadata key to be set. Defaults to null. | | @@ -33,7 +33,7 @@ Usage of 'src repos update-metadata': -repo-name string The name of the repo to add the key-value pair metadata to (required if -repo is not specified) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) -value string diff --git a/docs/cli/references/search-jobs/cancel.mdx b/docs/cli/references/search-jobs/cancel.mdx index f8a9dded8..77c90e2ab 100644 --- a/docs/cli/references/search-jobs/cancel.mdx +++ b/docs/cli/references/search-jobs/cancel.mdx @@ -20,7 +20,7 @@ Usage of 'src search-jobs cancel': -json Output results as JSON for programmatic access -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/create.mdx b/docs/cli/references/search-jobs/create.mdx index b63fb061f..aca40e350 100644 --- a/docs/cli/references/search-jobs/create.mdx +++ b/docs/cli/references/search-jobs/create.mdx @@ -20,7 +20,7 @@ Usage of 'src search-jobs create': -json Output results as JSON for programmatic access -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/delete.mdx b/docs/cli/references/search-jobs/delete.mdx index dfd48683b..e230fa069 100644 --- a/docs/cli/references/search-jobs/delete.mdx +++ b/docs/cli/references/search-jobs/delete.mdx @@ -18,7 +18,7 @@ Usage of 'src search-jobs delete': -json Output results as JSON for programmatic access -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/get.mdx b/docs/cli/references/search-jobs/get.mdx index 17db0d0a4..43da0c912 100644 --- a/docs/cli/references/search-jobs/get.mdx +++ b/docs/cli/references/search-jobs/get.mdx @@ -20,7 +20,7 @@ Usage of 'src search-jobs get': -json Output results as JSON for programmatic access -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/list.mdx b/docs/cli/references/search-jobs/list.mdx index 3e959717f..0960701ef 100644 --- a/docs/cli/references/search-jobs/list.mdx +++ b/docs/cli/references/search-jobs/list.mdx @@ -26,7 +26,7 @@ Usage of 'src search-jobs list': -order-by string Sort search jobs by a sortable field (QUERY, CREATED_AT, STATE) (default "CREATED_AT") -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/logs.mdx b/docs/cli/references/search-jobs/logs.mdx index 95898a47e..b077bb3d0 100644 --- a/docs/cli/references/search-jobs/logs.mdx +++ b/docs/cli/references/search-jobs/logs.mdx @@ -22,7 +22,7 @@ Usage of 'src search-jobs logs': -out string File path to save the logs (optional) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/restart.mdx b/docs/cli/references/search-jobs/restart.mdx index 45298a7e6..02dd1a332 100644 --- a/docs/cli/references/search-jobs/restart.mdx +++ b/docs/cli/references/search-jobs/restart.mdx @@ -20,7 +20,7 @@ Usage of 'src search-jobs restart': -json Output results as JSON for programmatic access -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search-jobs/results.mdx b/docs/cli/references/search-jobs/results.mdx index bf440909f..227d3b321 100644 --- a/docs/cli/references/search-jobs/results.mdx +++ b/docs/cli/references/search-jobs/results.mdx @@ -22,7 +22,7 @@ Usage of 'src search-jobs results': -out string File path to save the results (optional) -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) diff --git a/docs/cli/references/search.mdx b/docs/cli/references/search.mdx index bca07eb39..cf1ea5c6a 100644 --- a/docs/cli/references/search.mdx +++ b/docs/cli/references/search.mdx @@ -13,7 +13,7 @@ | `-json` | Whether or not to output results as JSON. | `false` | | `-less` | Pipe output to 'less -R' (only if stdout is terminal, and not json flag). | `true` | | `-stream` | Consume results as stream. Streaming search only supports a subset of flags and parameters: trace, insecure-skip-verify, display, json. | `false` | -| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` | +| `-trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false` | | `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` | @@ -38,7 +38,7 @@ Usage of 'src search': -stream Consume results as stream. Streaming search only supports a subset of flags and parameters: trace, insecure-skip-verify, display, json. -trace - Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing + Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing -user-agent-telemetry Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true) @@ -63,7 +63,7 @@ Other tips: Force color output on (not on by default when piped to other programs) by setting COLOR=t - Query syntax: https://docs.sourcegraph.com/code_search/reference/queries + Query syntax: https://sourcegraph.com/docs/code_search/reference/queries Be careful with search strings including negation: a search with an initial negated term may be parsed as a flag rather than as a search string. You can diff --git a/docs/cli/references/users/create.mdx b/docs/cli/references/users/create.mdx index 8c47135c2..1a96a7948 100644 --- a/docs/cli/references/users/create.mdx +++ b/docs/cli/references/users/create.mdx @@ -23,6 +23,6 @@ $ src users create [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--reset-password-url` | Print the reset password URL to manually send to the new user. | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--username` | The new user's username. | ``| \ No newline at end of file diff --git a/docs/cli/references/users/delete.mdx b/docs/cli/references/users/delete.mdx index a616295da..0734ae533 100644 --- a/docs/cli/references/users/delete.mdx +++ b/docs/cli/references/users/delete.mdx @@ -30,5 +30,5 @@ $ src users delete [options] | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--id` | The ID of the user to delete. | ``| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/users/get.mdx b/docs/cli/references/users/get.mdx index d434569dd..c333e8620 100644 --- a/docs/cli/references/users/get.mdx +++ b/docs/cli/references/users/get.mdx @@ -22,7 +22,7 @@ $ src users get [options] | `--email` | Look up user by email. (e.g. "alice@sourcegraph.com") | ``| | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--username` | Look up user by username. (e.g. "alice") | ``| | `-f` | Format for the output, using the syntax of Go package text/template. (e.g. "\{\{.ID\}\}: \{\{.Username\}\} (\{\{.DisplayName\}\})") \| `"\{\{.\\|json\}\}"`| \ No newline at end of file diff --git a/docs/cli/references/users/list.mdx b/docs/cli/references/users/list.mdx index ba5336627..ba303083b 100644 --- a/docs/cli/references/users/list.mdx +++ b/docs/cli/references/users/list.mdx @@ -32,6 +32,6 @@ $ src users list [options] | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--query` | Returns users whose names match the query. (e.g. "alice") | ``| | `--tag` | Returns users with the given tag. | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `-f` | Format for the output, using the syntax of Go package text/template. (e.g. "\{\{.ID\}\}: \{\{.Username\}\} (\{\{.DisplayName\}\})" or "\{\{.\|json\}\}") \| `"\{\{.Username\}\}"`| \ No newline at end of file diff --git a/docs/cli/references/users/prune.mdx b/docs/cli/references/users/prune.mdx index bc9072d66..b4d70f1e1 100644 --- a/docs/cli/references/users/prune.mdx +++ b/docs/cli/references/users/prune.mdx @@ -28,5 +28,5 @@ $ src users prune [options] | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--remove-admin` | prune admin accounts | `false`| | `--remove-null-users` | removes users with no last active value | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file diff --git a/docs/cli/references/users/tag.mdx b/docs/cli/references/users/tag.mdx index e4fec504d..defa2b3ef 100644 --- a/docs/cli/references/users/tag.mdx +++ b/docs/cli/references/users/tag.mdx @@ -33,6 +33,6 @@ $ src users tag [options] | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| | `--remove` | Remove the tag. (default: add the tag) | `false`| | `--tag` | The tag to set on the user. | ``| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| | `--user-id` | The ID of the user to tag. | ``| \ No newline at end of file diff --git a/docs/cli/references/validate.mdx b/docs/cli/references/validate.mdx index 47cc1d4f3..aa9c2a8f0 100644 --- a/docs/cli/references/validate.mdx +++ b/docs/cli/references/validate.mdx @@ -9,7 +9,7 @@ EXPERIMENTAL: 'validate' is an experimental command in the 'src' tool. -Please visit https://docs.sourcegraph.com/admin/validation for documentation of the validate command. +Please visit https://sourcegraph.com/docs/admin/validation for documentation of the validate command. Usage: diff --git a/docs/cli/references/version.mdx b/docs/cli/references/version.mdx index e59c6ffe4..92108873f 100644 --- a/docs/cli/references/version.mdx +++ b/docs/cli/references/version.mdx @@ -22,5 +22,5 @@ $ src version [options] | `--dump-requests` | Log GraphQL requests and responses to stdout | `false`| | `--get-curl` | Print the curl command for executing this query and exit (WARNING: includes printing your access token!) | `false`| | `--insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false`| -| `--trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false`| +| `--trace` | Log the trace ID for requests. See https://sourcegraph.com/docs/admin/observability/tracing | `false`| | `--user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true`| \ No newline at end of file