mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
Bump src-cli version (#27394)
This commit is contained in:
parent
a862cfbe3f
commit
05eee6210f
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-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"}' | |
|
||||
|
||||
|
||||
@ -27,6 +28,8 @@ Usage of 'src api':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-vars string
|
||||
GraphQL query variables to include as JSON string, e.g. '{"var": "val", "var2": "val2"}'
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
| `-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` |
|
||||
| `-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` |
|
||||
|
||||
@ -70,6 +71,8 @@ Usage of 'src batch apply':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-v print verbose output
|
||||
-workspace string
|
||||
Workspace mode to use ("auto", "bind", or "volume") (default "auto")
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
| `-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` |
|
||||
| `-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` |
|
||||
|
||||
@ -49,6 +50,8 @@ Usage of 'src batch exec':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-v print verbose output
|
||||
-workspace string
|
||||
Workspace mode to use ("auto", "bind", or "volume") (default "auto")
|
||||
|
||||
@ -10,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src batch new':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/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 new' creates a new batch spec YAML, prefilled with all required
|
||||
fields.
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
| `-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` |
|
||||
| `-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` |
|
||||
|
||||
@ -70,6 +71,8 @@ Usage of 'src batch preview':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-v print verbose output
|
||||
-workspace string
|
||||
Workspace mode to use ("auto", "bind", or "volume") (default "auto")
|
||||
|
||||
@ -10,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src batch repositories':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/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 repositories' works out the repositories that a batch spec would
|
||||
apply to.
|
||||
|
||||
@ -10,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src batch validate':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/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 validate' validates the given batch spec.
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
| `-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` |
|
||||
| `-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,6 +35,8 @@ Usage of 'src config edit':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-value string
|
||||
The value for the settings property (when used with -property).
|
||||
-value-file string
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src config get':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src config list':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src extensions copy':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Copy an extension from Sourcegraph.com to your private registry.
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src extensions delete':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src extensions get':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -32,6 +33,8 @@ Usage of 'src extensions list':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
| `-manifest` | The extension manifest file. | `package.json` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/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` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -38,6 +39,8 @@ Usage of 'src extensions publish':
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/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
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Publish an extension to Sourcegraph, creating it (if necessary).
|
||||
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -35,6 +36,8 @@ Usage of 'src extsvc edit':
|
||||
when specified, renames the external service
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src extsvc list':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -9,6 +9,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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -38,6 +39,8 @@ Examples:
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
```
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src orgs create':
|
||||
The new organization's name. (required)
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src orgs delete':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src orgs get':
|
||||
Look up organization by name. (e.g. "abc-org")
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -32,6 +33,8 @@ Usage of 'src orgs list':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-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) | |
|
||||
|
||||
|
||||
@ -27,6 +28,8 @@ Usage of 'src orgs members add':
|
||||
ID of organization to which to add member. (required)
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-username string
|
||||
Username of user to add as member. (required)
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-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) | |
|
||||
|
||||
|
||||
@ -27,6 +28,8 @@ Usage of 'src orgs members remove':
|
||||
ID of organization from which to remove member. (required)
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-user-id string
|
||||
ID of user to remove as member. (required)
|
||||
|
||||
|
||||
@ -9,6 +9,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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -23,6 +24,8 @@ Usage of 'src repos delete'
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src repos get':
|
||||
The name of the repository. (required)
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -53,6 +54,8 @@ Usage of 'src repos list':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -38,6 +39,8 @@ Usage of 'src search':
|
||||
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
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-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` |
|
||||
| `-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. (required) | |
|
||||
|
||||
|
||||
@ -30,6 +31,8 @@ Usage of 'src users create':
|
||||
Print the reset password URL to manually send to the new user.
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-username string
|
||||
The new user's username. (required)
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -26,6 +27,8 @@ Usage of 'src users delete':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -10,6 +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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/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") | |
|
||||
|
||||
|
||||
@ -27,6 +28,8 @@ Usage of 'src users get':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-username string
|
||||
Look up user by username. (e.g. "alice")
|
||||
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
| `-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` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -35,6 +36,8 @@ Usage of 'src users list':
|
||||
Returns users with the given tag.
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-remove` | Remove the tag. (default: add the tag | `false` |
|
||||
| `-tag` | The tag to set on the user. (required) | |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/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. (required) | |
|
||||
|
||||
|
||||
@ -30,6 +31,8 @@ Usage of 'src users tag':
|
||||
The tag to set on the user. (required)
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
-user-id string
|
||||
The ID of the user to tag. (required)
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
| `-insecure-skip-verify` | Skip validation of TLS certificates against trusted chains | `false` |
|
||||
| `-secrets` | Path to a file containing key=value lines. The key value pairs will be added to the script context | |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -29,6 +30,8 @@ Usage of 'src validate validate':
|
||||
Path to a file containing key=value lines. The key value pairs will be added to the script context
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
'src validate' is a tool that validates a Sourcegraph instance.
|
||||
|
||||
EXPERIMENTAL: 'validate' is an experimental command in the 'src' tool.
|
||||
|
||||
@ -9,6 +9,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` |
|
||||
| `-trace` | Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing | `false` |
|
||||
| `-user-agent-telemetry` | Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph | `true` |
|
||||
|
||||
|
||||
## Usage
|
||||
@ -23,6 +24,8 @@ Usage of 'src version':
|
||||
Skip validation of TLS certificates against trusted chains
|
||||
-trace
|
||||
Log the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
|
||||
-user-agent-telemetry
|
||||
Include the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default true)
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@ -6,4 +6,4 @@ package srccli
|
||||
// as the suggested download with this instance.
|
||||
//
|
||||
// At the time of a Sourcegraph release, this is always the latest src-cli version.
|
||||
const MinimumVersion = "3.33.4"
|
||||
const MinimumVersion = "3.33.6"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user