|
6 | 6 | "isOps": true, |
7 | 7 | "stringField": {} |
8 | 8 | }, |
| 9 | + { |
| 10 | + "name": "orgs", |
| 11 | + "description": "Limit syncing to specific organizations.", |
| 12 | + "stringSliceField": {} |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "otel-collector-endpoint-tls-cert", |
| 16 | + "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 17 | + "isOps": true, |
| 18 | + "stringField": {} |
| 19 | + }, |
9 | 20 | { |
10 | 21 | "name": "otel-tracing-disabled", |
11 | 22 | "description": "Disable OpenTelemetry tracing", |
|
27 | 38 | "stringField": {} |
28 | 39 | }, |
29 | 40 | { |
30 | | - "name": "otel-logging-disabled", |
31 | | - "description": "Disable OpenTelemetry logging", |
32 | | - "isOps": true, |
33 | | - "boolField": {} |
34 | | - }, |
35 | | - { |
36 | | - "name": "app-id", |
37 | | - "description": "The GitHub App to connect to.", |
| 41 | + "name": "instance-url", |
| 42 | + "description": "The GitHub instance URL to connect to. (default \"https://github.com\")", |
38 | 43 | "stringField": {} |
39 | 44 | }, |
40 | 45 | { |
41 | | - "name": "orgs", |
42 | | - "description": "Limit syncing to specific organizations.", |
43 | | - "stringSliceField": {} |
44 | | - }, |
45 | | - { |
46 | | - "name": "token", |
47 | | - "description": "The GitHub access token used to connect to the GitHub API.", |
| 46 | + "name": "app-privatekey-path", |
| 47 | + "description": "Path to private key that is used to connect to the GitHub App", |
48 | 48 | "stringField": {} |
49 | 49 | }, |
50 | 50 | { |
51 | | - "name": "otel-collector-endpoint-tls-insecure", |
52 | | - "description": "Allow insecure connections to the OpenTelemetry collector", |
| 51 | + "name": "otel-logging-disabled", |
| 52 | + "description": "Disable OpenTelemetry logging", |
53 | 53 | "isOps": true, |
54 | 54 | "boolField": {} |
55 | 55 | }, |
56 | 56 | { |
57 | | - "name": "app-privatekey-path", |
58 | | - "description": "Path to private key that is used to connect to the GitHub App", |
59 | | - "stringField": {} |
| 57 | + "name": "sync-secrets", |
| 58 | + "description": "Whether to sync secrets or not", |
| 59 | + "boolField": {} |
60 | 60 | }, |
61 | 61 | { |
62 | | - "name": "otel-collector-endpoint-tls-cert", |
63 | | - "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
64 | | - "isOps": true, |
| 62 | + "name": "app-id", |
| 63 | + "description": "The GitHub App to connect to.", |
65 | 64 | "stringField": {} |
66 | 65 | }, |
67 | 66 | { |
68 | | - "name": "sync-secrets", |
69 | | - "description": "Whether to sync secrets or not", |
| 67 | + "name": "otel-collector-endpoint-tls-insecure", |
| 68 | + "description": "Allow insecure connections to the OpenTelemetry collector", |
| 69 | + "isOps": true, |
70 | 70 | "boolField": {} |
71 | 71 | }, |
72 | 72 | { |
73 | | - "name": "instance-url", |
74 | | - "description": "The GitHub instance URL to connect to. (default \"https://github.com\")", |
| 73 | + "name": "token", |
| 74 | + "description": "The GitHub access token used to connect to the GitHub API.", |
75 | 75 | "stringField": {} |
76 | 76 | } |
77 | 77 | ], |
|
0 commit comments