Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/references/abc/variables/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ $ src abc variables delete [options] <workflow-instance-id> [<name> ...]
| `--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. | ``|
2 changes: 1 addition & 1 deletion docs/cli/references/abc/variables/set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ $ src abc variables set [options] <workflow-instance-id> [<name>=<value> ...]
| `--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 &lt;name&gt;=&lt;value&gt; form. Repeat to set multiple variables. | ``|
2 changes: 1 addition & 1 deletion docs/cli/references/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"\}' | ``|
4 changes: 2 additions & 2 deletions docs/cli/references/batch/apply.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/batch/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/batch/preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/batch/remote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/batch/repositories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/batch/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/references/codeowners/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
2 changes: 1 addition & 1 deletion docs/cli/references/codeowners/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
2 changes: 1 addition & 1 deletion docs/cli/references/codeowners/get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
2 changes: 1 addition & 1 deletion docs/cli/references/codeowners/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
4 changes: 2 additions & 2 deletions docs/cli/references/config/edit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/config/get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/config/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/extensions/copy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| `-extension-id` | The &lt;extID&gt; in https://sourcegraph.com/extensions/&lt;extID&gt; (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` |


Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/references/extensions/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


Expand All @@ -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)

Expand Down
Loading