@kungfu-tech/buildchain 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/buildchain.mjs +47 -0
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +29 -22
- package/dist/site/cli-registry.json +239 -42
- package/dist/site/kfd-claims.json +2181 -1
- package/dist/site/manual-registry.json +6 -6
- package/dist/site/node-api-registry.json +17 -5
- package/dist/site/page-registry.json +17 -12
- package/dist/site/public-surface-audit.json +1969 -0
- package/dist/site/release-provenance.json +3 -0
- package/dist/site/site-manifest.json +11 -10
- package/dist/site/workflow-registry.json +741 -18
- package/docs/MAP.md +1 -0
- package/docs/cli.md +47 -0
- package/docs/release-flow.md +31 -0
- package/docs/release-passport.md +10 -0
- package/docs/site-bundle-contract.md +7 -0
- package/docs/web-surface-deployments.md +10 -0
- package/package.json +4 -1
- package/packages/core/buildchain-kfd-claims.js +118 -7
- package/packages/core/index.js +16 -0
- package/packages/core/public-surface-audit.js +298 -0
- package/packages/core/release-line-bootstrap.js +242 -0
- package/scripts/check-inventory.mjs +32 -1
- package/scripts/generate-site-bundle.mjs +95 -32
- package/scripts/web-surface-core.mjs +79 -6
|
@@ -0,0 +1,1969 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
4
|
+
"status": "passed",
|
|
5
|
+
"summary": {
|
|
6
|
+
"cliCommandCount": 46,
|
|
7
|
+
"workflowCount": 35,
|
|
8
|
+
"actionCount": 4,
|
|
9
|
+
"sitePageCount": 42,
|
|
10
|
+
"docCommandRefCount": 164,
|
|
11
|
+
"failureCount": 0
|
|
12
|
+
},
|
|
13
|
+
"enumerated": {
|
|
14
|
+
"cliCommands": [
|
|
15
|
+
{
|
|
16
|
+
"id": "badges",
|
|
17
|
+
"source": "bin/buildchain.mjs",
|
|
18
|
+
"usage": "buildchain badges"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "badges-bundle",
|
|
22
|
+
"source": "bin/buildchain.mjs",
|
|
23
|
+
"usage": "buildchain badges bundle [--cwd <dir>] [--readme <path>] [--claims <csv>] [--check] [--write] [--json]"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "badges-readme",
|
|
27
|
+
"source": "bin/buildchain.mjs",
|
|
28
|
+
"usage": "buildchain badges readme [--cwd <dir>] [--readme <path>] [--check] [--write] [--json]"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "build-contract",
|
|
32
|
+
"source": "bin/buildchain.mjs",
|
|
33
|
+
"usage": "buildchain build-contract ..."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "build-facts",
|
|
37
|
+
"source": "bin/buildchain.mjs",
|
|
38
|
+
"usage": "buildchain facts module [--cwd <dir>] [--module <id>] [--module-root <path>]"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "collect",
|
|
42
|
+
"source": "bin/buildchain.mjs",
|
|
43
|
+
"usage": "buildchain collect"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "collect-github-release",
|
|
47
|
+
"source": "bin/buildchain.mjs",
|
|
48
|
+
"usage": "buildchain collect github-release --tag <tag> [--repository <owner/repo>]"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "diagnostics",
|
|
52
|
+
"source": "bin/buildchain.mjs",
|
|
53
|
+
"usage": "buildchain diagnostics"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "diagnostics-summary",
|
|
57
|
+
"source": "bin/buildchain.mjs",
|
|
58
|
+
"usage": "buildchain diagnostics summary <diagnostics.json>... [--artifact <file>]..."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "doctor",
|
|
62
|
+
"source": "bin/buildchain.mjs",
|
|
63
|
+
"usage": "buildchain doctor [--cwd <dir>] [--require-publish-source-lock] [--json]"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "explain",
|
|
67
|
+
"source": "bin/buildchain.mjs",
|
|
68
|
+
"usage": "buildchain explain"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "explain-artifact",
|
|
72
|
+
"source": "bin/buildchain.mjs",
|
|
73
|
+
"usage": "buildchain explain artifact <subject> [--passport <file-or-url>] [--for human|agent] [--json]"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "explain-release",
|
|
77
|
+
"source": "bin/buildchain.mjs",
|
|
78
|
+
"usage": "buildchain explain release --passport <file-or-url> [--for human|agent] [--json]"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "facts",
|
|
82
|
+
"source": "bin/buildchain.mjs",
|
|
83
|
+
"usage": "buildchain facts"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "help",
|
|
87
|
+
"source": "bin/buildchain.mjs",
|
|
88
|
+
"usage": "buildchain --help"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "homebrew",
|
|
92
|
+
"source": "bin/buildchain.mjs",
|
|
93
|
+
"usage": "buildchain homebrew"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "homebrew-check",
|
|
97
|
+
"source": "bin/buildchain.mjs",
|
|
98
|
+
"usage": "buildchain homebrew check [--cwd <dir>] [--package <name>] [--release-passport <file-or-url>] [--json]"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "homebrew-update-formula",
|
|
102
|
+
"source": "bin/buildchain.mjs",
|
|
103
|
+
"usage": "buildchain homebrew update-formula --package <name> --release-passport <file-or-url> [--write] [--json]"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "infra-contract",
|
|
107
|
+
"source": "bin/buildchain.mjs",
|
|
108
|
+
"usage": "buildchain infra-contract ..."
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "init",
|
|
112
|
+
"source": "bin/buildchain.mjs",
|
|
113
|
+
"usage": "buildchain init [--cwd <dir>] [--type package|native|web-surface|infra-contract|anchored-package] [--force]"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "inspect",
|
|
117
|
+
"source": "bin/buildchain.mjs",
|
|
118
|
+
"usage": "buildchain inspect"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "inspect-artifact",
|
|
122
|
+
"source": "bin/buildchain.mjs",
|
|
123
|
+
"usage": "buildchain inspect artifact <subject> [--passport <file-or-url>] [--json]"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": "inspect-release",
|
|
127
|
+
"source": "bin/buildchain.mjs",
|
|
128
|
+
"usage": "buildchain inspect release --passport <file-or-url> [--json]"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "lifecycle",
|
|
132
|
+
"source": "bin/buildchain.mjs",
|
|
133
|
+
"usage": "buildchain lifecycle run <stage> [--cwd <dir>] [--required]"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "log",
|
|
137
|
+
"source": "bin/buildchain.mjs",
|
|
138
|
+
"usage": "buildchain log"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "logging",
|
|
142
|
+
"source": "bin/buildchain.mjs",
|
|
143
|
+
"usage": "buildchain log <info|warn|error> --event <name> [--phase <phase>]"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "mark",
|
|
147
|
+
"source": "bin/buildchain.mjs",
|
|
148
|
+
"usage": "buildchain mark --event <name> [--phase <phase>] [--component <name>]"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "npm",
|
|
152
|
+
"source": "bin/buildchain.mjs",
|
|
153
|
+
"usage": "buildchain npm"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "npm-dry-run",
|
|
157
|
+
"source": "bin/buildchain.mjs",
|
|
158
|
+
"usage": "buildchain npm dry-run [--cwd <dir>] [--expected-tag <tag>] [--registry <url>]"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "publish-source",
|
|
162
|
+
"source": "bin/buildchain.mjs",
|
|
163
|
+
"usage": "buildchain publish-source <lock|manifest|verify-lock|verify-channel-ref|validate-anchored-release> ..."
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "release-dry-run",
|
|
167
|
+
"source": "bin/buildchain.mjs",
|
|
168
|
+
"usage": "buildchain release --dry-run --target-ref <ref> [--sha <sha>] [--source-ref <ref>]"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "release-line-open",
|
|
172
|
+
"source": "bin/buildchain.mjs",
|
|
173
|
+
"usage": "buildchain release line open --major <n> --minor <n> [--source-ref <ref>]"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "release-propagation",
|
|
177
|
+
"source": "bin/buildchain.mjs",
|
|
178
|
+
"usage": "buildchain release-propagation <plan|write-lock> ..."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "release-transaction",
|
|
182
|
+
"source": "bin/buildchain.mjs",
|
|
183
|
+
"usage": "buildchain release <inspect|recover|finalize|abort> ..."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "sample",
|
|
187
|
+
"source": "bin/buildchain.mjs",
|
|
188
|
+
"usage": "buildchain sample"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "sample-process-tree",
|
|
192
|
+
"source": "bin/buildchain.mjs",
|
|
193
|
+
"usage": "buildchain sample process-tree [--interval-ms <n>] [--label <name>]"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "span",
|
|
197
|
+
"source": "bin/buildchain.mjs",
|
|
198
|
+
"usage": "buildchain span --event <name> [--phase <phase>] [--component <name>]"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "transaction-inspect",
|
|
202
|
+
"source": "bin/buildchain.mjs",
|
|
203
|
+
"usage": "buildchain transaction inspect ..."
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "validate",
|
|
207
|
+
"source": "bin/buildchain.mjs",
|
|
208
|
+
"usage": "buildchain validate [--cwd <dir>] [--require-version-state]"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "verify",
|
|
212
|
+
"source": "bin/buildchain.mjs",
|
|
213
|
+
"usage": "buildchain verify"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "verify-artifact",
|
|
217
|
+
"source": "bin/buildchain.mjs",
|
|
218
|
+
"usage": "buildchain verify artifact <file|dir|url|npm:...|oci:...|github-release:...>"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "verify-infra-contract-evidence-bundle",
|
|
222
|
+
"source": "bin/buildchain.mjs",
|
|
223
|
+
"usage": "buildchain verify infra-contract-evidence-bundle <file> [--json]"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"id": "verify-observability-log",
|
|
227
|
+
"source": "bin/buildchain.mjs",
|
|
228
|
+
"usage": "buildchain verify observability-log <jsonl> [--min-events <n>]"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "verify-release-passport",
|
|
232
|
+
"source": "bin/buildchain.mjs",
|
|
233
|
+
"usage": "buildchain verify release-passport <file-or-url> [--json]"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "version",
|
|
237
|
+
"source": "bin/buildchain.mjs",
|
|
238
|
+
"usage": "buildchain version"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "web-surface",
|
|
242
|
+
"source": "bin/buildchain.mjs",
|
|
243
|
+
"usage": "buildchain web-surface ..."
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"workflowInputs": [
|
|
247
|
+
{
|
|
248
|
+
"id": ".build",
|
|
249
|
+
"path": ".github/workflows/.build.yml",
|
|
250
|
+
"inputs": [
|
|
251
|
+
"artifact-name",
|
|
252
|
+
"artifact-name-template",
|
|
253
|
+
"artifact-paths",
|
|
254
|
+
"artifact-relay-s3-bucket",
|
|
255
|
+
"artifact-relay-s3-download-role-arn",
|
|
256
|
+
"artifact-relay-s3-oidc-audience",
|
|
257
|
+
"artifact-relay-s3-prefix",
|
|
258
|
+
"artifact-relay-s3-region",
|
|
259
|
+
"artifact-relay-s3-role-arn",
|
|
260
|
+
"artifact-relay-s3-upload-role-arn",
|
|
261
|
+
"artifact-retention-days",
|
|
262
|
+
"artifact-transfer-mode",
|
|
263
|
+
"build-command",
|
|
264
|
+
"buildchain-contract-compatibility-policy",
|
|
265
|
+
"buildchain-contract-drift-issue-mode",
|
|
266
|
+
"buildchain-contract-lock-path",
|
|
267
|
+
"buildchain-ref",
|
|
268
|
+
"buildchain-repository",
|
|
269
|
+
"checkout-cache-fallback",
|
|
270
|
+
"checkout-cache-mirror-url-template",
|
|
271
|
+
"checkout-cache-mode",
|
|
272
|
+
"checkout-cache-reference-repository-template",
|
|
273
|
+
"checkout-cache-timeout-seconds",
|
|
274
|
+
"expected-artifacts-json",
|
|
275
|
+
"install-command",
|
|
276
|
+
"linux-container-image",
|
|
277
|
+
"linux-container-preset",
|
|
278
|
+
"node-version",
|
|
279
|
+
"platforms-json",
|
|
280
|
+
"process-sample-interval-ms",
|
|
281
|
+
"process-summary-path",
|
|
282
|
+
"publish-anchor-request-json",
|
|
283
|
+
"publish-channel",
|
|
284
|
+
"publish-refs-json",
|
|
285
|
+
"publish-registry",
|
|
286
|
+
"publish-source-ref",
|
|
287
|
+
"release-candidate",
|
|
288
|
+
"requested-parallelism",
|
|
289
|
+
"require-build",
|
|
290
|
+
"require-install",
|
|
291
|
+
"require-trusted-event",
|
|
292
|
+
"require-verify",
|
|
293
|
+
"runner-preset",
|
|
294
|
+
"sample-process-tree",
|
|
295
|
+
"setup-node",
|
|
296
|
+
"untrusted-policy",
|
|
297
|
+
"verify-command",
|
|
298
|
+
"working-directory"
|
|
299
|
+
],
|
|
300
|
+
"inputCount": 48
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": ".bump-minor-version",
|
|
304
|
+
"path": ".github/workflows/.bump-minor-version.yml",
|
|
305
|
+
"inputs": [],
|
|
306
|
+
"inputCount": 0
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": ".release-docker",
|
|
310
|
+
"path": ".github/workflows/.release-docker.yml",
|
|
311
|
+
"inputs": [
|
|
312
|
+
"image-name"
|
|
313
|
+
],
|
|
314
|
+
"inputCount": 1
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": ".release-elastic-beanstalk",
|
|
318
|
+
"path": ".github/workflows/.release-elastic-beanstalk.yml",
|
|
319
|
+
"inputs": [
|
|
320
|
+
"aws-region",
|
|
321
|
+
"eb-application-name",
|
|
322
|
+
"eb-environment-name"
|
|
323
|
+
],
|
|
324
|
+
"inputCount": 3
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": ".release-new-version",
|
|
328
|
+
"path": ".github/workflows/.release-new-version.yml",
|
|
329
|
+
"inputs": [
|
|
330
|
+
"action-bump-version-path",
|
|
331
|
+
"action-bump-version-ref",
|
|
332
|
+
"action-bump-version-repository",
|
|
333
|
+
"aws-ci-region",
|
|
334
|
+
"aws-user-region",
|
|
335
|
+
"bucket-release-ci",
|
|
336
|
+
"bucket-release-user",
|
|
337
|
+
"bucket-staging-ci",
|
|
338
|
+
"bucket-staging-user",
|
|
339
|
+
"clean-release-ci",
|
|
340
|
+
"clean-release-user",
|
|
341
|
+
"close-issues",
|
|
342
|
+
"cloudfront-id-ci",
|
|
343
|
+
"cloudfront-id-user",
|
|
344
|
+
"cloudfront-paths-ci",
|
|
345
|
+
"cloudfront-paths-user",
|
|
346
|
+
"create-release-note",
|
|
347
|
+
"max-preview-links",
|
|
348
|
+
"need-qa-automated",
|
|
349
|
+
"node-version",
|
|
350
|
+
"protect-dev-branches",
|
|
351
|
+
"publish-aws-ci",
|
|
352
|
+
"publish-aws-user",
|
|
353
|
+
"publish-github-npm",
|
|
354
|
+
"publish-npmjs",
|
|
355
|
+
"publish-release-note",
|
|
356
|
+
"sync-extensions-version"
|
|
357
|
+
],
|
|
358
|
+
"inputCount": 27
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": ".release-verify",
|
|
362
|
+
"path": ".github/workflows/.release-verify.yml",
|
|
363
|
+
"inputs": [
|
|
364
|
+
"auto-approve-enabled",
|
|
365
|
+
"aws-ci-region",
|
|
366
|
+
"aws-user-region",
|
|
367
|
+
"bucket-staging-ci",
|
|
368
|
+
"bucket-staging-user",
|
|
369
|
+
"build-container-enabled",
|
|
370
|
+
"build-runner-linux",
|
|
371
|
+
"build-runner-linux-labels",
|
|
372
|
+
"build-runner-macos",
|
|
373
|
+
"build-runner-macos-labels",
|
|
374
|
+
"build-runner-windows",
|
|
375
|
+
"build-runner-windows-labels",
|
|
376
|
+
"build-timeout-minutes",
|
|
377
|
+
"buildchain-ref",
|
|
378
|
+
"buildchain-repository",
|
|
379
|
+
"builder-container",
|
|
380
|
+
"code-signing-macos",
|
|
381
|
+
"code-signing-windows",
|
|
382
|
+
"collaborator-automation-enabled",
|
|
383
|
+
"enable-linux",
|
|
384
|
+
"enable-macos",
|
|
385
|
+
"enable-windows",
|
|
386
|
+
"find-dependencies",
|
|
387
|
+
"java-version",
|
|
388
|
+
"manager",
|
|
389
|
+
"max-build-attempts",
|
|
390
|
+
"max-preview-links",
|
|
391
|
+
"node-version",
|
|
392
|
+
"pipenv-version",
|
|
393
|
+
"poetry-version",
|
|
394
|
+
"prebuild",
|
|
395
|
+
"preview-files",
|
|
396
|
+
"publish-aws-ci",
|
|
397
|
+
"publish-aws-user",
|
|
398
|
+
"publish-github-npm",
|
|
399
|
+
"publish-versioning",
|
|
400
|
+
"python-version",
|
|
401
|
+
"setup-env-timeout-minutes",
|
|
402
|
+
"setup-python-enabled",
|
|
403
|
+
"use-pipenv",
|
|
404
|
+
"use-poetry"
|
|
405
|
+
],
|
|
406
|
+
"inputCount": 41
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": ".sam-release",
|
|
410
|
+
"path": ".github/workflows/.sam-release.yml",
|
|
411
|
+
"inputs": [
|
|
412
|
+
"aws-region",
|
|
413
|
+
"aws-role",
|
|
414
|
+
"aws-root",
|
|
415
|
+
"bucket-release"
|
|
416
|
+
],
|
|
417
|
+
"inputCount": 4
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": ".sam-verify",
|
|
421
|
+
"path": ".github/workflows/.sam-verify.yml",
|
|
422
|
+
"inputs": [
|
|
423
|
+
"aws-region",
|
|
424
|
+
"aws-role",
|
|
425
|
+
"aws-root",
|
|
426
|
+
"manager"
|
|
427
|
+
],
|
|
428
|
+
"inputCount": 4
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": ".sync-release-page",
|
|
432
|
+
"path": ".github/workflows/.sync-release-page.yml",
|
|
433
|
+
"inputs": [
|
|
434
|
+
"aws-region",
|
|
435
|
+
"aws-role-arn",
|
|
436
|
+
"base-id",
|
|
437
|
+
"bucket-release",
|
|
438
|
+
"cloudfront-id",
|
|
439
|
+
"exclude",
|
|
440
|
+
"lower-edge",
|
|
441
|
+
"product",
|
|
442
|
+
"product-name",
|
|
443
|
+
"release-path",
|
|
444
|
+
"release-url",
|
|
445
|
+
"repo",
|
|
446
|
+
"upper-edge"
|
|
447
|
+
],
|
|
448
|
+
"inputCount": 13
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": ".sync-remote-git",
|
|
452
|
+
"path": ".github/workflows/.sync-remote-git.yml",
|
|
453
|
+
"inputs": [
|
|
454
|
+
"force",
|
|
455
|
+
"remote-host",
|
|
456
|
+
"remote-path",
|
|
457
|
+
"remote-repo"
|
|
458
|
+
],
|
|
459
|
+
"inputCount": 4
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"id": ".web-surface",
|
|
463
|
+
"path": ".github/workflows/.web-surface.yml",
|
|
464
|
+
"inputs": [
|
|
465
|
+
"artifact-path",
|
|
466
|
+
"aws-region",
|
|
467
|
+
"build-command",
|
|
468
|
+
"buildchain-contract-compatibility-policy",
|
|
469
|
+
"buildchain-contract-drift-issue-mode",
|
|
470
|
+
"buildchain-contract-lock-path",
|
|
471
|
+
"buildchain-ref",
|
|
472
|
+
"buildchain-repository",
|
|
473
|
+
"node-version",
|
|
474
|
+
"preview-apply",
|
|
475
|
+
"preview-aws-role-arn",
|
|
476
|
+
"preview-cleanup-apply",
|
|
477
|
+
"preview-comment",
|
|
478
|
+
"preview-environment",
|
|
479
|
+
"production-apply",
|
|
480
|
+
"production-approved",
|
|
481
|
+
"production-aws-role-arn",
|
|
482
|
+
"production-environment",
|
|
483
|
+
"production-release-branch-channel",
|
|
484
|
+
"production-release-head-prefix",
|
|
485
|
+
"production-release-label",
|
|
486
|
+
"production-release-on-main",
|
|
487
|
+
"release-feedback-actor-privacy",
|
|
488
|
+
"staging-apply",
|
|
489
|
+
"staging-aws-role-arn",
|
|
490
|
+
"staging-environment",
|
|
491
|
+
"verify-command",
|
|
492
|
+
"working-directory"
|
|
493
|
+
],
|
|
494
|
+
"inputCount": 28
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"id": ".wheel-release",
|
|
498
|
+
"path": ".github/workflows/.wheel-release.yml",
|
|
499
|
+
"inputs": [
|
|
500
|
+
"aws-region",
|
|
501
|
+
"aws-user-region",
|
|
502
|
+
"bucket-release"
|
|
503
|
+
],
|
|
504
|
+
"inputCount": 3
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": ".wheel-verify",
|
|
508
|
+
"path": ".github/workflows/.wheel-verify.yml",
|
|
509
|
+
"inputs": [
|
|
510
|
+
"aws-user-region",
|
|
511
|
+
"bucket-release",
|
|
512
|
+
"max-preview-links",
|
|
513
|
+
"node-version",
|
|
514
|
+
"preview-files"
|
|
515
|
+
],
|
|
516
|
+
"inputCount": 5
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "binary-distribution",
|
|
520
|
+
"path": ".github/workflows/binary-distribution.yml",
|
|
521
|
+
"inputs": [
|
|
522
|
+
"tag",
|
|
523
|
+
"upload-release"
|
|
524
|
+
],
|
|
525
|
+
"inputCount": 2
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "build-surface-fixture",
|
|
529
|
+
"path": ".github/workflows/build-surface-fixture.yml",
|
|
530
|
+
"inputs": [
|
|
531
|
+
"artifact-transfer-mode"
|
|
532
|
+
],
|
|
533
|
+
"inputCount": 1
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": "buildchain-patrol-daily",
|
|
537
|
+
"path": ".github/workflows/buildchain-patrol-daily.yml",
|
|
538
|
+
"inputs": [
|
|
539
|
+
"buildchain-ref",
|
|
540
|
+
"dry-run"
|
|
541
|
+
],
|
|
542
|
+
"inputCount": 2
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"id": "buildchain-patrol-monthly",
|
|
546
|
+
"path": ".github/workflows/buildchain-patrol-monthly.yml",
|
|
547
|
+
"inputs": [
|
|
548
|
+
"buildchain-ref",
|
|
549
|
+
"dry-run"
|
|
550
|
+
],
|
|
551
|
+
"inputCount": 2
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "buildchain-patrol-weekly",
|
|
555
|
+
"path": ".github/workflows/buildchain-patrol-weekly.yml",
|
|
556
|
+
"inputs": [
|
|
557
|
+
"buildchain-ref",
|
|
558
|
+
"dry-run"
|
|
559
|
+
],
|
|
560
|
+
"inputCount": 2
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "buildchain-patrol",
|
|
564
|
+
"path": ".github/workflows/buildchain-patrol.yml",
|
|
565
|
+
"inputs": [
|
|
566
|
+
"allowed-head-prefixes",
|
|
567
|
+
"block-labels",
|
|
568
|
+
"buildchain-ref",
|
|
569
|
+
"buildchain-repository",
|
|
570
|
+
"cadence",
|
|
571
|
+
"capabilities",
|
|
572
|
+
"dry-run",
|
|
573
|
+
"max-actions",
|
|
574
|
+
"merge-method",
|
|
575
|
+
"mode",
|
|
576
|
+
"ready-label",
|
|
577
|
+
"require-approval",
|
|
578
|
+
"required-status-checks",
|
|
579
|
+
"same-repository-only",
|
|
580
|
+
"target-branch"
|
|
581
|
+
],
|
|
582
|
+
"inputCount": 15
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"id": "buildchain-ref-promotion",
|
|
586
|
+
"path": ".github/workflows/buildchain-ref-promotion.yml",
|
|
587
|
+
"inputs": [
|
|
588
|
+
"dry-run",
|
|
589
|
+
"sha",
|
|
590
|
+
"target-ref"
|
|
591
|
+
],
|
|
592
|
+
"inputCount": 3
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "candidate-lab",
|
|
596
|
+
"path": ".github/workflows/candidate-lab.yml",
|
|
597
|
+
"inputs": [
|
|
598
|
+
"buildchain_ref",
|
|
599
|
+
"legacy_workflows_ref",
|
|
600
|
+
"publish",
|
|
601
|
+
"target_fixture"
|
|
602
|
+
],
|
|
603
|
+
"inputCount": 4
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"id": "check",
|
|
607
|
+
"path": ".github/workflows/check.yml",
|
|
608
|
+
"inputs": [
|
|
609
|
+
"buildchain-ref",
|
|
610
|
+
"buildchain-repository",
|
|
611
|
+
"node-version",
|
|
612
|
+
"require-version-state",
|
|
613
|
+
"upload-artifacts",
|
|
614
|
+
"working-directory"
|
|
615
|
+
],
|
|
616
|
+
"inputCount": 6
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "dev-pr-auto-merge",
|
|
620
|
+
"path": ".github/workflows/dev-pr-auto-merge.yml",
|
|
621
|
+
"inputs": [
|
|
622
|
+
"allowed-head-prefixes",
|
|
623
|
+
"block-labels",
|
|
624
|
+
"buildchain-ref",
|
|
625
|
+
"buildchain-repository",
|
|
626
|
+
"dry-run",
|
|
627
|
+
"max-merges",
|
|
628
|
+
"merge-method",
|
|
629
|
+
"ready-label",
|
|
630
|
+
"require-approval",
|
|
631
|
+
"required-status-checks",
|
|
632
|
+
"same-repository-only",
|
|
633
|
+
"target-branch"
|
|
634
|
+
],
|
|
635
|
+
"inputCount": 12
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"id": "npm-publish",
|
|
639
|
+
"path": ".github/workflows/npm-publish.yml",
|
|
640
|
+
"inputs": [
|
|
641
|
+
"ref",
|
|
642
|
+
"run-check"
|
|
643
|
+
],
|
|
644
|
+
"inputCount": 2
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "patrol-daily",
|
|
648
|
+
"path": ".github/workflows/patrol-daily.yml",
|
|
649
|
+
"inputs": [
|
|
650
|
+
"allowed-head-prefixes",
|
|
651
|
+
"block-labels",
|
|
652
|
+
"buildchain-ref",
|
|
653
|
+
"buildchain-repository",
|
|
654
|
+
"dry-run",
|
|
655
|
+
"max-actions",
|
|
656
|
+
"merge-method",
|
|
657
|
+
"ready-label",
|
|
658
|
+
"require-approval",
|
|
659
|
+
"required-status-checks",
|
|
660
|
+
"same-repository-only",
|
|
661
|
+
"target-branch"
|
|
662
|
+
],
|
|
663
|
+
"inputCount": 12
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"id": "patrol-monthly",
|
|
667
|
+
"path": ".github/workflows/patrol-monthly.yml",
|
|
668
|
+
"inputs": [
|
|
669
|
+
"buildchain-ref",
|
|
670
|
+
"buildchain-repository",
|
|
671
|
+
"dry-run",
|
|
672
|
+
"target-branch"
|
|
673
|
+
],
|
|
674
|
+
"inputCount": 4
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": "patrol-weekly",
|
|
678
|
+
"path": ".github/workflows/patrol-weekly.yml",
|
|
679
|
+
"inputs": [
|
|
680
|
+
"buildchain-ref",
|
|
681
|
+
"buildchain-repository",
|
|
682
|
+
"dry-run",
|
|
683
|
+
"target-branch"
|
|
684
|
+
],
|
|
685
|
+
"inputCount": 4
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"id": "release-candidate-promote",
|
|
689
|
+
"path": ".github/workflows/release-candidate-promote.yml",
|
|
690
|
+
"inputs": [
|
|
691
|
+
"allow-repository",
|
|
692
|
+
"artifact-name",
|
|
693
|
+
"artifact-patterns",
|
|
694
|
+
"branch-protection-bypass-apps",
|
|
695
|
+
"branch-protection-bypass-teams",
|
|
696
|
+
"branch-protection-bypass-users",
|
|
697
|
+
"buildchain-contract-compatibility-policy",
|
|
698
|
+
"buildchain-contract-drift-issue-mode",
|
|
699
|
+
"buildchain-contract-lock-path",
|
|
700
|
+
"buildchain-ref",
|
|
701
|
+
"buildchain-repository",
|
|
702
|
+
"channel",
|
|
703
|
+
"dry-run",
|
|
704
|
+
"github-release",
|
|
705
|
+
"github-release-notes",
|
|
706
|
+
"github-release-title",
|
|
707
|
+
"package-manager",
|
|
708
|
+
"publish-artifact-kind",
|
|
709
|
+
"publish-command",
|
|
710
|
+
"publish-dist-tag",
|
|
711
|
+
"publish-mode",
|
|
712
|
+
"publish-package-main",
|
|
713
|
+
"publish-package-set-order",
|
|
714
|
+
"publish-required-artifacts-json",
|
|
715
|
+
"publish-target",
|
|
716
|
+
"release-candidate-workflow-file",
|
|
717
|
+
"release-candidate-workflow-name",
|
|
718
|
+
"release-passport",
|
|
719
|
+
"release-passport-buildchain-self-kfd",
|
|
720
|
+
"release-passport-impact-json",
|
|
721
|
+
"release-passport-kfd-1-witness-jsons",
|
|
722
|
+
"release-passport-kfd-2-claim-jsons",
|
|
723
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
724
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
725
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
726
|
+
"release-passport-output-dir",
|
|
727
|
+
"release-passport-platform-manifest-paths",
|
|
728
|
+
"release-passport-product-name",
|
|
729
|
+
"required-artifact-count",
|
|
730
|
+
"required-status-check",
|
|
731
|
+
"runner-preset",
|
|
732
|
+
"target-ref",
|
|
733
|
+
"target-sha",
|
|
734
|
+
"trusted-publishing"
|
|
735
|
+
],
|
|
736
|
+
"inputCount": 44
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "release-line-bootstrap",
|
|
740
|
+
"path": ".github/workflows/release-line-bootstrap.yml",
|
|
741
|
+
"inputs": [
|
|
742
|
+
"apply",
|
|
743
|
+
"create-alpha-pr",
|
|
744
|
+
"initial-version",
|
|
745
|
+
"major",
|
|
746
|
+
"minor",
|
|
747
|
+
"required-status-check",
|
|
748
|
+
"set-default-branch",
|
|
749
|
+
"source-ref"
|
|
750
|
+
],
|
|
751
|
+
"inputCount": 8
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"id": "release-new-version",
|
|
755
|
+
"path": ".github/workflows/release-new-version.yml",
|
|
756
|
+
"inputs": [],
|
|
757
|
+
"inputCount": 0
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": "release-propagation",
|
|
761
|
+
"path": ".github/workflows/release-propagation.yml",
|
|
762
|
+
"inputs": [
|
|
763
|
+
"buildchain-ref",
|
|
764
|
+
"buildchain-repository",
|
|
765
|
+
"downstream-base-ref",
|
|
766
|
+
"downstream-branch",
|
|
767
|
+
"downstream-repository",
|
|
768
|
+
"downstream-target",
|
|
769
|
+
"dry-run",
|
|
770
|
+
"graph-json",
|
|
771
|
+
"lock-path",
|
|
772
|
+
"pr-body",
|
|
773
|
+
"pr-title",
|
|
774
|
+
"source-node",
|
|
775
|
+
"upstream-release-json"
|
|
776
|
+
],
|
|
777
|
+
"inputCount": 13
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "release-verify",
|
|
781
|
+
"path": ".github/workflows/release-verify.yml",
|
|
782
|
+
"inputs": [],
|
|
783
|
+
"inputCount": 0
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "schedule-purge-artifacts",
|
|
787
|
+
"path": ".github/workflows/schedule-purge-artifacts.yml",
|
|
788
|
+
"inputs": [
|
|
789
|
+
"enable-legacy-purge"
|
|
790
|
+
],
|
|
791
|
+
"inputCount": 1
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": "self-hosted-runner-smoke",
|
|
795
|
+
"path": ".github/workflows/self-hosted-runner-smoke.yml",
|
|
796
|
+
"inputs": [],
|
|
797
|
+
"inputCount": 0
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"id": "verify",
|
|
801
|
+
"path": ".github/workflows/verify.yml",
|
|
802
|
+
"inputs": [],
|
|
803
|
+
"inputCount": 0
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"actionInputs": [
|
|
807
|
+
{
|
|
808
|
+
"id": "promote-buildchain-ref",
|
|
809
|
+
"path": "actions/promote-buildchain-ref/action.yml",
|
|
810
|
+
"inputs": [
|
|
811
|
+
"allow-repository",
|
|
812
|
+
"branch-protection-bypass-apps",
|
|
813
|
+
"branch-protection-bypass-teams",
|
|
814
|
+
"branch-protection-bypass-users",
|
|
815
|
+
"dry-run",
|
|
816
|
+
"generated-ref-update-token",
|
|
817
|
+
"generated-status-check-token",
|
|
818
|
+
"github-release",
|
|
819
|
+
"github-release-notes",
|
|
820
|
+
"github-release-title",
|
|
821
|
+
"promote-only-release-candidate",
|
|
822
|
+
"publish-auth",
|
|
823
|
+
"publish-command",
|
|
824
|
+
"publish-dist-tag",
|
|
825
|
+
"publish-evidence-path",
|
|
826
|
+
"publish-mode",
|
|
827
|
+
"publish-package-main",
|
|
828
|
+
"publish-package-set-order",
|
|
829
|
+
"publish-required-artifacts-json",
|
|
830
|
+
"publish-source-locked",
|
|
831
|
+
"publish-source-ref",
|
|
832
|
+
"publish-source-sha",
|
|
833
|
+
"publish-tooling-sha",
|
|
834
|
+
"publish-transaction",
|
|
835
|
+
"publish-transaction-override",
|
|
836
|
+
"release-candidate-build-summary-path",
|
|
837
|
+
"release-candidate-passport-path",
|
|
838
|
+
"release-candidate-version",
|
|
839
|
+
"release-material-sha",
|
|
840
|
+
"release-passport",
|
|
841
|
+
"release-passport-build-summary-path",
|
|
842
|
+
"release-passport-buildchain-self-kfd",
|
|
843
|
+
"release-passport-impact-json",
|
|
844
|
+
"release-passport-kfd-1-witness-jsons",
|
|
845
|
+
"release-passport-kfd-2-claim-jsons",
|
|
846
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
847
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
848
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
849
|
+
"release-passport-output-dir",
|
|
850
|
+
"release-passport-platform-manifest-paths",
|
|
851
|
+
"release-passport-product-name",
|
|
852
|
+
"require-governance",
|
|
853
|
+
"require-publish-source-lock",
|
|
854
|
+
"require-version-state",
|
|
855
|
+
"required-status-check",
|
|
856
|
+
"sha",
|
|
857
|
+
"tags",
|
|
858
|
+
"target-ref",
|
|
859
|
+
"token",
|
|
860
|
+
"transaction-state-path",
|
|
861
|
+
"verification-command"
|
|
862
|
+
],
|
|
863
|
+
"inputCount": 51
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"id": "report-buildchain-issue",
|
|
867
|
+
"path": "actions/report-buildchain-issue/action.yml",
|
|
868
|
+
"inputs": [
|
|
869
|
+
"artifact-url",
|
|
870
|
+
"body",
|
|
871
|
+
"body-file",
|
|
872
|
+
"buildchain-ref",
|
|
873
|
+
"buildchain-version",
|
|
874
|
+
"channel",
|
|
875
|
+
"comment-cooldown-hours",
|
|
876
|
+
"consumer-ref",
|
|
877
|
+
"consumer-repository",
|
|
878
|
+
"consumer-sha",
|
|
879
|
+
"diagnosis",
|
|
880
|
+
"diagnostics-path",
|
|
881
|
+
"diagnostics-url",
|
|
882
|
+
"dry-run",
|
|
883
|
+
"fail-on-error",
|
|
884
|
+
"failure-code",
|
|
885
|
+
"fingerprint",
|
|
886
|
+
"friction-class",
|
|
887
|
+
"heavy-builds-json",
|
|
888
|
+
"job",
|
|
889
|
+
"labels",
|
|
890
|
+
"max-body-bytes",
|
|
891
|
+
"mode",
|
|
892
|
+
"next-action",
|
|
893
|
+
"passport-path",
|
|
894
|
+
"passport-url",
|
|
895
|
+
"pull-request",
|
|
896
|
+
"related-runs-json",
|
|
897
|
+
"release-intent",
|
|
898
|
+
"report-kind",
|
|
899
|
+
"repository",
|
|
900
|
+
"run-attempt",
|
|
901
|
+
"run-id",
|
|
902
|
+
"run-url",
|
|
903
|
+
"source-ref",
|
|
904
|
+
"source-sha",
|
|
905
|
+
"source-tree-hash",
|
|
906
|
+
"summary",
|
|
907
|
+
"target-repository",
|
|
908
|
+
"title",
|
|
909
|
+
"token",
|
|
910
|
+
"version",
|
|
911
|
+
"workflow"
|
|
912
|
+
],
|
|
913
|
+
"inputCount": 43
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"id": "run-lifecycle",
|
|
917
|
+
"path": "actions/run-lifecycle/action.yml",
|
|
918
|
+
"inputs": [
|
|
919
|
+
"artifact-name",
|
|
920
|
+
"artifact-paths",
|
|
921
|
+
"command",
|
|
922
|
+
"cwd",
|
|
923
|
+
"diagnostics-artifact-name",
|
|
924
|
+
"diagnostics-path",
|
|
925
|
+
"expected-artifacts-json",
|
|
926
|
+
"manifest-artifact-name",
|
|
927
|
+
"manifest-path",
|
|
928
|
+
"platform-id",
|
|
929
|
+
"platform-name",
|
|
930
|
+
"process-sample-interval-ms",
|
|
931
|
+
"process-samples-path",
|
|
932
|
+
"process-summary-path",
|
|
933
|
+
"process-summary-required",
|
|
934
|
+
"requested-parallelism",
|
|
935
|
+
"required",
|
|
936
|
+
"sample-process-tree",
|
|
937
|
+
"stage",
|
|
938
|
+
"summary-path"
|
|
939
|
+
],
|
|
940
|
+
"inputCount": 20
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"id": "validate-config",
|
|
944
|
+
"path": "actions/validate-config/action.yml",
|
|
945
|
+
"inputs": [
|
|
946
|
+
"config-required",
|
|
947
|
+
"require-lifecycle-stages",
|
|
948
|
+
"require-version-state"
|
|
949
|
+
],
|
|
950
|
+
"inputCount": 3
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"sitePages": [
|
|
954
|
+
{
|
|
955
|
+
"id": "action:promote-buildchain-ref",
|
|
956
|
+
"category": "action"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "action:report-buildchain-issue",
|
|
960
|
+
"category": "action"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "action:run-lifecycle",
|
|
964
|
+
"category": "action"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"id": "action:validate-config",
|
|
968
|
+
"category": "action"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"id": "api:node-package",
|
|
972
|
+
"category": "api"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "fixture:infra-contract-aws-cdk-shaped",
|
|
976
|
+
"category": "fixture"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "fixture:infra-contract-aws-cli-shaped",
|
|
980
|
+
"category": "fixture"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "fixture:infra-contract-cloudformation-shaped",
|
|
984
|
+
"category": "fixture"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": "fixture:infra-contract-opentofu-shaped",
|
|
988
|
+
"category": "fixture"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"id": "fixture:infra-contract-pulumi-shaped",
|
|
992
|
+
"category": "fixture"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "fixture:infra-contract-shaped",
|
|
996
|
+
"category": "fixture"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"id": "fixture:infra-contract-terraform-shaped",
|
|
1000
|
+
"category": "fixture"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "fixture:libnode-shaped",
|
|
1004
|
+
"category": "fixture"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"id": "fixture:publish-transaction-shaped",
|
|
1008
|
+
"category": "fixture"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"id": "fixture:release-propagation-shaped",
|
|
1012
|
+
"category": "fixture"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "fixture:web-surface-shaped",
|
|
1016
|
+
"category": "fixture"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"id": "manual:binary-distribution",
|
|
1020
|
+
"category": "manual"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"id": "manual:build-facts",
|
|
1024
|
+
"category": "manual"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "manual:cli",
|
|
1028
|
+
"category": "manual"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"id": "manual:consumer-issue-reporting",
|
|
1032
|
+
"category": "manual"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "manual:homebrew",
|
|
1036
|
+
"category": "manual"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"id": "manual:infra-contract",
|
|
1040
|
+
"category": "manual"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "manual:install",
|
|
1044
|
+
"category": "manual"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "manual:lifecycle-protocol",
|
|
1048
|
+
"category": "manual"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "manual:map",
|
|
1052
|
+
"category": "manual"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "manual:migration-inventory",
|
|
1056
|
+
"category": "manual"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "manual:ownership",
|
|
1060
|
+
"category": "manual"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"id": "manual:product-mechanism",
|
|
1064
|
+
"category": "manual"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "manual:publish-transaction",
|
|
1068
|
+
"category": "manual"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "manual:readme-badges",
|
|
1072
|
+
"category": "manual"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "manual:release-candidate",
|
|
1076
|
+
"category": "manual"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"id": "manual:release-flow",
|
|
1080
|
+
"category": "manual"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "manual:release-governance",
|
|
1084
|
+
"category": "manual"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"id": "manual:release-passport",
|
|
1088
|
+
"category": "manual"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "manual:release-propagation",
|
|
1092
|
+
"category": "manual"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "manual:reusable-build-surface",
|
|
1096
|
+
"category": "manual"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"id": "manual:runtime-train-validation",
|
|
1100
|
+
"category": "manual"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"id": "manual:site-bundle-contract",
|
|
1104
|
+
"category": "manual"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "manual:toolkit-observability",
|
|
1108
|
+
"category": "manual"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"id": "manual:versioning",
|
|
1112
|
+
"category": "manual"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "manual:web-surface-deployments",
|
|
1116
|
+
"category": "manual"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": "overview:home",
|
|
1120
|
+
"category": "overview"
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"docCommandRefs": [
|
|
1124
|
+
{
|
|
1125
|
+
"id": "badges-bundle",
|
|
1126
|
+
"path": "docs/cli.md",
|
|
1127
|
+
"command": "buildchain badges bundle"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"id": "badges-bundle",
|
|
1131
|
+
"path": "docs/cli.md",
|
|
1132
|
+
"command": "buildchain badges bundle"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"id": "badges-bundle",
|
|
1136
|
+
"path": "docs/cli.md",
|
|
1137
|
+
"command": "buildchain badges bundle"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"id": "badges-bundle",
|
|
1141
|
+
"path": "docs/cli.md",
|
|
1142
|
+
"command": "buildchain badges bundle"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"id": "badges-bundle",
|
|
1146
|
+
"path": "docs/cli.md",
|
|
1147
|
+
"command": "buildchain badges bundle"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"id": "badges-bundle",
|
|
1151
|
+
"path": "docs/readme-badges.md",
|
|
1152
|
+
"command": "buildchain badges bundle"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "badges-bundle",
|
|
1156
|
+
"path": "docs/readme-badges.md",
|
|
1157
|
+
"command": "buildchain badges bundle"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"id": "badges-bundle",
|
|
1161
|
+
"path": "docs/readme-badges.md",
|
|
1162
|
+
"command": "buildchain badges bundle"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"id": "badges-bundle",
|
|
1166
|
+
"path": "docs/readme-badges.md",
|
|
1167
|
+
"command": "buildchain badges bundle"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"id": "badges-bundle",
|
|
1171
|
+
"path": "docs/readme-badges.md",
|
|
1172
|
+
"command": "buildchain badges bundle"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"id": "badges-bundle",
|
|
1176
|
+
"path": "docs/readme-badges.md",
|
|
1177
|
+
"command": "buildchain badges bundle"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"id": "badges-bundle",
|
|
1181
|
+
"path": "README.md",
|
|
1182
|
+
"command": "buildchain badges bundle"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": "badges-bundle",
|
|
1186
|
+
"path": "README.md",
|
|
1187
|
+
"command": "buildchain badges bundle"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"id": "badges-readme",
|
|
1191
|
+
"path": "docs/cli.md",
|
|
1192
|
+
"command": "buildchain badges readme"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "badges-readme",
|
|
1196
|
+
"path": "docs/cli.md",
|
|
1197
|
+
"command": "buildchain badges readme"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "badges-readme",
|
|
1201
|
+
"path": "docs/cli.md",
|
|
1202
|
+
"command": "buildchain badges readme"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "badges-readme",
|
|
1206
|
+
"path": "docs/readme-badges.md",
|
|
1207
|
+
"command": "buildchain badges readme"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"id": "badges-readme",
|
|
1211
|
+
"path": "docs/readme-badges.md",
|
|
1212
|
+
"command": "buildchain badges readme"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "badges-readme",
|
|
1216
|
+
"path": "docs/readme-badges.md",
|
|
1217
|
+
"command": "buildchain badges readme"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "badges-readme",
|
|
1221
|
+
"path": "docs/readme-badges.md",
|
|
1222
|
+
"command": "buildchain badges readme"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"id": "badges-readme",
|
|
1226
|
+
"path": "docs/readme-badges.md",
|
|
1227
|
+
"command": "buildchain badges readme"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "badges-readme",
|
|
1231
|
+
"path": "README.md",
|
|
1232
|
+
"command": "buildchain badges readme"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": "badges-readme",
|
|
1236
|
+
"path": "README.md",
|
|
1237
|
+
"command": "buildchain badges readme"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"id": "badges",
|
|
1241
|
+
"path": "docs/cli.md",
|
|
1242
|
+
"command": "buildchain badges"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "build-contract",
|
|
1246
|
+
"path": "docs/cli.md",
|
|
1247
|
+
"command": "buildchain build-contract"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"id": "build-facts",
|
|
1251
|
+
"path": "docs/build-facts.md",
|
|
1252
|
+
"command": "buildchain facts module"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "build-facts",
|
|
1256
|
+
"path": "docs/build-facts.md",
|
|
1257
|
+
"command": "buildchain facts module"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"id": "build-facts",
|
|
1261
|
+
"path": "docs/build-facts.md",
|
|
1262
|
+
"command": "buildchain facts module"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"id": "build-facts",
|
|
1266
|
+
"path": "docs/build-facts.md",
|
|
1267
|
+
"command": "buildchain facts aggregate"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"id": "build-facts",
|
|
1271
|
+
"path": "docs/build-facts.md",
|
|
1272
|
+
"command": "buildchain facts verify"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "build-facts",
|
|
1276
|
+
"path": "docs/cli.md",
|
|
1277
|
+
"command": "buildchain facts module"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"id": "build-facts",
|
|
1281
|
+
"path": "docs/cli.md",
|
|
1282
|
+
"command": "buildchain facts aggregate"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"id": "build-facts",
|
|
1286
|
+
"path": "docs/cli.md",
|
|
1287
|
+
"command": "buildchain facts verify"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "collect-github-release",
|
|
1291
|
+
"path": "docs/binary-distribution.md",
|
|
1292
|
+
"command": "buildchain collect github-release"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "collect-github-release",
|
|
1296
|
+
"path": "docs/build-facts.md",
|
|
1297
|
+
"command": "buildchain collect github-release"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"id": "collect-github-release",
|
|
1301
|
+
"path": "docs/cli.md",
|
|
1302
|
+
"command": "buildchain collect github-release"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"id": "collect-github-release",
|
|
1306
|
+
"path": "docs/cli.md",
|
|
1307
|
+
"command": "buildchain collect github-release"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"id": "collect-github-release",
|
|
1311
|
+
"path": "docs/cli.md",
|
|
1312
|
+
"command": "buildchain collect github-release"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "collect-github-release",
|
|
1316
|
+
"path": "docs/cli.md",
|
|
1317
|
+
"command": "buildchain collect github-release"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"id": "collect-github-release",
|
|
1321
|
+
"path": "docs/release-passport.md",
|
|
1322
|
+
"command": "buildchain collect github-release"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"id": "collect-github-release",
|
|
1326
|
+
"path": "docs/release-passport.md",
|
|
1327
|
+
"command": "buildchain collect github-release"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"id": "diagnostics-summary",
|
|
1331
|
+
"path": "docs/cli.md",
|
|
1332
|
+
"command": "buildchain diagnostics summary"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"id": "diagnostics-summary",
|
|
1336
|
+
"path": "docs/cli.md",
|
|
1337
|
+
"command": "buildchain diagnostics summary"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"id": "diagnostics-summary",
|
|
1341
|
+
"path": "docs/cli.md",
|
|
1342
|
+
"command": "buildchain diagnostics summary"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"id": "diagnostics-summary",
|
|
1346
|
+
"path": "docs/toolkit-observability.md",
|
|
1347
|
+
"command": "buildchain diagnostics summary"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"id": "doctor",
|
|
1351
|
+
"path": "docs/cli.md",
|
|
1352
|
+
"command": "buildchain doctor --json"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"id": "doctor",
|
|
1356
|
+
"path": "docs/cli.md",
|
|
1357
|
+
"command": "buildchain doctor"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"id": "doctor",
|
|
1361
|
+
"path": "docs/install.md",
|
|
1362
|
+
"command": "buildchain doctor --json"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"id": "doctor",
|
|
1366
|
+
"path": "README.md",
|
|
1367
|
+
"command": "buildchain doctor --json"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"id": "explain-artifact",
|
|
1371
|
+
"path": "docs/cli.md",
|
|
1372
|
+
"command": "buildchain explain artifact"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"id": "explain-release",
|
|
1376
|
+
"path": "docs/cli.md",
|
|
1377
|
+
"command": "buildchain explain release"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"id": "explain-release",
|
|
1381
|
+
"path": "docs/cli.md",
|
|
1382
|
+
"command": "buildchain explain release"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"id": "explain-release",
|
|
1386
|
+
"path": "docs/install.md",
|
|
1387
|
+
"command": "buildchain explain release"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"id": "explain-release",
|
|
1391
|
+
"path": "docs/release-passport.md",
|
|
1392
|
+
"command": "buildchain explain release"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"id": "facts",
|
|
1396
|
+
"path": "docs/cli.md",
|
|
1397
|
+
"command": "buildchain facts"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"id": "help",
|
|
1401
|
+
"path": "docs/cli.md",
|
|
1402
|
+
"command": "buildchain --help npx"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"id": "homebrew-check",
|
|
1406
|
+
"path": "docs/cli.md",
|
|
1407
|
+
"command": "buildchain homebrew check"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": "homebrew-check",
|
|
1411
|
+
"path": "docs/homebrew.md",
|
|
1412
|
+
"command": "buildchain homebrew check"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"id": "homebrew-check",
|
|
1416
|
+
"path": "docs/homebrew.md",
|
|
1417
|
+
"command": "buildchain homebrew check"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"id": "homebrew-update-formula",
|
|
1421
|
+
"path": "docs/cli.md",
|
|
1422
|
+
"command": "buildchain homebrew update-formula"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"id": "homebrew-update-formula",
|
|
1426
|
+
"path": "docs/homebrew.md",
|
|
1427
|
+
"command": "buildchain homebrew update-formula"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"id": "homebrew",
|
|
1431
|
+
"path": "docs/cli.md",
|
|
1432
|
+
"command": "buildchain homebrew"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"id": "infra-contract",
|
|
1436
|
+
"path": "docs/cli.md",
|
|
1437
|
+
"command": "buildchain infra-contract --mode"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"id": "infra-contract",
|
|
1441
|
+
"path": "docs/cli.md",
|
|
1442
|
+
"command": "buildchain infra-contract"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"id": "infra-contract",
|
|
1446
|
+
"path": "docs/infra-contract.md",
|
|
1447
|
+
"command": "buildchain infra-contract --mode"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"id": "infra-contract",
|
|
1451
|
+
"path": "docs/infra-contract.md",
|
|
1452
|
+
"command": "buildchain infra-contract --mode"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"id": "infra-contract",
|
|
1456
|
+
"path": "docs/infra-contract.md",
|
|
1457
|
+
"command": "buildchain infra-contract --mode"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"id": "infra-contract",
|
|
1461
|
+
"path": "docs/infra-contract.md",
|
|
1462
|
+
"command": "buildchain infra-contract --mode"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"id": "infra-contract",
|
|
1466
|
+
"path": "docs/infra-contract.md",
|
|
1467
|
+
"command": "buildchain infra-contract --mode"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"id": "infra-contract",
|
|
1471
|
+
"path": "docs/infra-contract.md",
|
|
1472
|
+
"command": "buildchain infra-contract --mode"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"id": "infra-contract",
|
|
1476
|
+
"path": "docs/infra-contract.md",
|
|
1477
|
+
"command": "buildchain infra-contract --mode"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"id": "infra-contract",
|
|
1481
|
+
"path": "docs/infra-contract.md",
|
|
1482
|
+
"command": "buildchain infra-contract --mode"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"id": "infra-contract",
|
|
1486
|
+
"path": "docs/infra-contract.md",
|
|
1487
|
+
"command": "buildchain infra-contract --mode"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"id": "infra-contract",
|
|
1491
|
+
"path": "docs/infra-contract.md",
|
|
1492
|
+
"command": "buildchain infra-contract --mode"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"id": "infra-contract",
|
|
1496
|
+
"path": "docs/infra-contract.md",
|
|
1497
|
+
"command": "buildchain infra-contract --mode"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "infra-contract",
|
|
1501
|
+
"path": "docs/lifecycle-protocol.md",
|
|
1502
|
+
"command": "buildchain infra-contract --mode"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"id": "init",
|
|
1506
|
+
"path": "docs/cli.md",
|
|
1507
|
+
"command": "buildchain init"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "init",
|
|
1511
|
+
"path": "docs/infra-contract.md",
|
|
1512
|
+
"command": "buildchain init --type"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"id": "init",
|
|
1516
|
+
"path": "docs/install.md",
|
|
1517
|
+
"command": "buildchain init --type"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"id": "init",
|
|
1521
|
+
"path": "docs/lifecycle-protocol.md",
|
|
1522
|
+
"command": "buildchain init --type"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"id": "init",
|
|
1526
|
+
"path": "README.md",
|
|
1527
|
+
"command": "buildchain init --type"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"id": "inspect-artifact",
|
|
1531
|
+
"path": "docs/cli.md",
|
|
1532
|
+
"command": "buildchain inspect artifact"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"id": "inspect-release",
|
|
1536
|
+
"path": "docs/cli.md",
|
|
1537
|
+
"command": "buildchain inspect release"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"id": "lifecycle",
|
|
1541
|
+
"path": "docs/cli.md",
|
|
1542
|
+
"command": "buildchain lifecycle run"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": "lifecycle",
|
|
1546
|
+
"path": "docs/cli.md",
|
|
1547
|
+
"command": "buildchain lifecycle run"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"id": "lifecycle",
|
|
1551
|
+
"path": "docs/cli.md",
|
|
1552
|
+
"command": "buildchain lifecycle run"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": "lifecycle",
|
|
1556
|
+
"path": "docs/toolkit-observability.md",
|
|
1557
|
+
"command": "buildchain lifecycle run"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"id": "lifecycle",
|
|
1561
|
+
"path": "docs/toolkit-observability.md",
|
|
1562
|
+
"command": "buildchain lifecycle run"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"id": "lifecycle",
|
|
1566
|
+
"path": "README.md",
|
|
1567
|
+
"command": "buildchain lifecycle run"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"id": "log",
|
|
1571
|
+
"path": "docs/cli.md",
|
|
1572
|
+
"command": "buildchain log"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "logging",
|
|
1576
|
+
"path": "docs/cli.md",
|
|
1577
|
+
"command": "buildchain log warn"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"id": "logging",
|
|
1581
|
+
"path": "docs/cli.md",
|
|
1582
|
+
"command": "buildchain log summary"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"id": "logging",
|
|
1586
|
+
"path": "docs/release-passport.md",
|
|
1587
|
+
"command": "buildchain log summary"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"id": "logging",
|
|
1591
|
+
"path": "docs/toolkit-observability.md",
|
|
1592
|
+
"command": "buildchain log summary"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "logging",
|
|
1596
|
+
"path": "README.md",
|
|
1597
|
+
"command": "buildchain log summary"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"id": "mark",
|
|
1601
|
+
"path": "docs/cli.md",
|
|
1602
|
+
"command": "buildchain mark --event"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"id": "mark",
|
|
1606
|
+
"path": "docs/cli.md",
|
|
1607
|
+
"command": "buildchain mark"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"id": "mark",
|
|
1611
|
+
"path": "docs/cli.md",
|
|
1612
|
+
"command": "buildchain mark"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "mark",
|
|
1616
|
+
"path": "docs/cli.md",
|
|
1617
|
+
"command": "buildchain mark"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "mark",
|
|
1621
|
+
"path": "docs/release-passport.md",
|
|
1622
|
+
"command": "buildchain mark"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"id": "mark",
|
|
1626
|
+
"path": "docs/toolkit-observability.md",
|
|
1627
|
+
"command": "buildchain mark"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"id": "mark",
|
|
1631
|
+
"path": "README.md",
|
|
1632
|
+
"command": "buildchain mark --event"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"id": "npm-dry-run",
|
|
1636
|
+
"path": "docs/cli.md",
|
|
1637
|
+
"command": "buildchain npm dry-run"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "npm-dry-run",
|
|
1641
|
+
"path": "docs/cli.md",
|
|
1642
|
+
"command": "buildchain npm dry-run"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"id": "publish-source",
|
|
1646
|
+
"path": "docs/cli.md",
|
|
1647
|
+
"command": "buildchain publish-source validate-anchored-release"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"id": "publish-source",
|
|
1651
|
+
"path": "docs/cli.md",
|
|
1652
|
+
"command": "buildchain publish-source"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "publish-source",
|
|
1656
|
+
"path": "docs/reusable-build-surface.md",
|
|
1657
|
+
"command": "buildchain publish-source validate-anchored-release"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"id": "release-dry-run",
|
|
1661
|
+
"path": "actions/promote-buildchain-ref/README.md",
|
|
1662
|
+
"command": "buildchain release --dry-run"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"id": "release-dry-run",
|
|
1666
|
+
"path": "docs/cli.md",
|
|
1667
|
+
"command": "buildchain release --dry-run"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"id": "release-dry-run",
|
|
1671
|
+
"path": "docs/cli.md",
|
|
1672
|
+
"command": "buildchain release --dry-run"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "release-dry-run",
|
|
1676
|
+
"path": "docs/cli.md",
|
|
1677
|
+
"command": "buildchain release dry-run"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"id": "release-dry-run",
|
|
1681
|
+
"path": "docs/cli.md",
|
|
1682
|
+
"command": "buildchain release explain"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"id": "release-dry-run",
|
|
1686
|
+
"path": "docs/cli.md",
|
|
1687
|
+
"command": "buildchain release --dry-run"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"id": "release-dry-run",
|
|
1691
|
+
"path": "docs/install.md",
|
|
1692
|
+
"command": "buildchain release --dry-run"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"id": "release-dry-run",
|
|
1696
|
+
"path": "README.md",
|
|
1697
|
+
"command": "buildchain release --dry-run"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"id": "release-line-open",
|
|
1701
|
+
"path": "docs/cli.md",
|
|
1702
|
+
"command": "buildchain release line"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"id": "release-line-open",
|
|
1706
|
+
"path": "docs/cli.md",
|
|
1707
|
+
"command": "buildchain release line"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"id": "release-line-open",
|
|
1711
|
+
"path": "docs/cli.md",
|
|
1712
|
+
"command": "buildchain release line"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "release-line-open",
|
|
1716
|
+
"path": "docs/release-flow.md",
|
|
1717
|
+
"command": "buildchain release line"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"id": "release-propagation",
|
|
1721
|
+
"path": "docs/release-propagation.md",
|
|
1722
|
+
"command": "buildchain release-propagation plan"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"id": "release-propagation",
|
|
1726
|
+
"path": "docs/release-propagation.md",
|
|
1727
|
+
"command": "buildchain release-propagation write-lock"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "release-transaction",
|
|
1731
|
+
"path": "docs/cli.md",
|
|
1732
|
+
"command": "buildchain release"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"id": "sample-process-tree",
|
|
1736
|
+
"path": "actions/run-lifecycle/README.md",
|
|
1737
|
+
"command": "buildchain sample process-tree"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "sample-process-tree",
|
|
1741
|
+
"path": "docs/cli.md",
|
|
1742
|
+
"command": "buildchain sample process-tree"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"id": "sample-process-tree",
|
|
1746
|
+
"path": "docs/cli.md",
|
|
1747
|
+
"command": "buildchain sample process-tree"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"id": "sample-process-tree",
|
|
1751
|
+
"path": "docs/cli.md",
|
|
1752
|
+
"command": "buildchain sample process-tree"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "sample-process-tree",
|
|
1756
|
+
"path": "docs/reusable-build-surface.md",
|
|
1757
|
+
"command": "buildchain sample process-tree"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "sample-process-tree",
|
|
1761
|
+
"path": "docs/toolkit-observability.md",
|
|
1762
|
+
"command": "buildchain sample process-tree"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"id": "sample-process-tree",
|
|
1766
|
+
"path": "docs/toolkit-observability.md",
|
|
1767
|
+
"command": "buildchain sample process-tree"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"id": "span",
|
|
1771
|
+
"path": "docs/cli.md",
|
|
1772
|
+
"command": "buildchain span --event"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"id": "span",
|
|
1776
|
+
"path": "docs/cli.md",
|
|
1777
|
+
"command": "buildchain span"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"id": "span",
|
|
1781
|
+
"path": "docs/cli.md",
|
|
1782
|
+
"command": "buildchain span"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"id": "span",
|
|
1786
|
+
"path": "docs/cli.md",
|
|
1787
|
+
"command": "buildchain span"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"id": "span",
|
|
1791
|
+
"path": "docs/release-passport.md",
|
|
1792
|
+
"command": "buildchain span"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"id": "span",
|
|
1796
|
+
"path": "docs/toolkit-observability.md",
|
|
1797
|
+
"command": "buildchain span"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"id": "span",
|
|
1801
|
+
"path": "README.md",
|
|
1802
|
+
"command": "buildchain span --event"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"id": "transaction-inspect",
|
|
1806
|
+
"path": "docs/cli.md",
|
|
1807
|
+
"command": "buildchain transaction inspect"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"id": "transaction-inspect",
|
|
1811
|
+
"path": "docs/cli.md",
|
|
1812
|
+
"command": "buildchain transaction inspect"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"id": "validate",
|
|
1816
|
+
"path": "docs/cli.md",
|
|
1817
|
+
"command": "buildchain validate --require-version-state"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"id": "validate",
|
|
1821
|
+
"path": "docs/cli.md",
|
|
1822
|
+
"command": "buildchain validate"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"id": "validate",
|
|
1826
|
+
"path": "docs/cli.md",
|
|
1827
|
+
"command": "buildchain validate"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"id": "validate",
|
|
1831
|
+
"path": "docs/install.md",
|
|
1832
|
+
"command": "buildchain validate --require-version-state"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"id": "validate",
|
|
1836
|
+
"path": "README.md",
|
|
1837
|
+
"command": "buildchain validate --require-version-state"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"id": "verify-artifact",
|
|
1841
|
+
"path": "docs/cli.md",
|
|
1842
|
+
"command": "buildchain verify artifact"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"id": "verify-artifact",
|
|
1846
|
+
"path": "docs/release-passport.md",
|
|
1847
|
+
"command": "buildchain verify artifact"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"id": "verify-infra-contract-evidence-bundle",
|
|
1851
|
+
"path": "docs/cli.md",
|
|
1852
|
+
"command": "buildchain verify infra-contract-evidence-bundle"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"id": "verify-infra-contract-evidence-bundle",
|
|
1856
|
+
"path": "docs/infra-contract.md",
|
|
1857
|
+
"command": "buildchain verify infra-contract-evidence-bundle"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"id": "verify-infra-contract-evidence-bundle",
|
|
1861
|
+
"path": "docs/infra-contract.md",
|
|
1862
|
+
"command": "buildchain verify infra-contract-evidence-bundle"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"id": "verify-observability-log",
|
|
1866
|
+
"path": "docs/cli.md",
|
|
1867
|
+
"command": "buildchain verify observability-log"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"id": "verify-observability-log",
|
|
1871
|
+
"path": "docs/cli.md",
|
|
1872
|
+
"command": "buildchain verify observability-log"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"id": "verify-observability-log",
|
|
1876
|
+
"path": "docs/cli.md",
|
|
1877
|
+
"command": "buildchain verify observability-log"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"id": "verify-observability-log",
|
|
1881
|
+
"path": "docs/release-passport.md",
|
|
1882
|
+
"command": "buildchain verify observability-log"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"id": "verify-observability-log",
|
|
1886
|
+
"path": "docs/toolkit-observability.md",
|
|
1887
|
+
"command": "buildchain verify observability-log"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"id": "verify-observability-log",
|
|
1891
|
+
"path": "docs/toolkit-observability.md",
|
|
1892
|
+
"command": "buildchain verify observability-log"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"id": "verify-observability-log",
|
|
1896
|
+
"path": "README.md",
|
|
1897
|
+
"command": "buildchain verify observability-log"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"id": "verify-release-passport",
|
|
1901
|
+
"path": "docs/cli.md",
|
|
1902
|
+
"command": "buildchain verify release-passport"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"id": "verify-release-passport",
|
|
1906
|
+
"path": "docs/install.md",
|
|
1907
|
+
"command": "buildchain verify release-passport"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"id": "verify-release-passport",
|
|
1911
|
+
"path": "docs/install.md",
|
|
1912
|
+
"command": "buildchain verify release-passport"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"id": "verify-release-passport",
|
|
1916
|
+
"path": "docs/install.md",
|
|
1917
|
+
"command": "buildchain verify release-passport"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"id": "verify-release-passport",
|
|
1921
|
+
"path": "docs/release-passport.md",
|
|
1922
|
+
"command": "buildchain verify release-passport"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"id": "verify-release-passport",
|
|
1926
|
+
"path": "README.md",
|
|
1927
|
+
"command": "buildchain verify release-passport"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"id": "version",
|
|
1931
|
+
"path": "docs/install.md",
|
|
1932
|
+
"command": "buildchain version npx"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"id": "version",
|
|
1936
|
+
"path": "README.md",
|
|
1937
|
+
"command": "buildchain version npx"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"id": "web-surface",
|
|
1941
|
+
"path": "docs/cli.md",
|
|
1942
|
+
"command": "buildchain web-surface"
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
1945
|
+
},
|
|
1946
|
+
"declared": {
|
|
1947
|
+
"cliRegistryPath": "dist/site/cli-registry.json",
|
|
1948
|
+
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
1949
|
+
"pageRegistryPath": "dist/site/page-registry.json",
|
|
1950
|
+
"cliRegistryDigest": "7119de47a94f1b5903b79b7e6281cb205edce8712631efbc5e243ada3d64e817",
|
|
1951
|
+
"workflowRegistryDigest": "a53dd3b746f8d697eaa79fb23efcbbeaa6018efb2c3af0d875526ab6bef939ad",
|
|
1952
|
+
"pageRegistryDigest": "26ec63af6a85354720e125a3ba5bb23a8af135d7b8a9dcc6421d5ee6139b4326"
|
|
1953
|
+
},
|
|
1954
|
+
"comparison": {
|
|
1955
|
+
"missingCliRegistry": [],
|
|
1956
|
+
"missingWorkflowRegistry": [],
|
|
1957
|
+
"missingActionRegistry": [],
|
|
1958
|
+
"missingPageRegistry": [],
|
|
1959
|
+
"unknownDocCommandRefs": []
|
|
1960
|
+
},
|
|
1961
|
+
"auditBoundary": {
|
|
1962
|
+
"mode": "closed-world-enumerable",
|
|
1963
|
+
"scope": "Buildchain CLI usage/dispatch, reusable workflow inputs, action inputs, site pages, and documentation command references",
|
|
1964
|
+
"residualRisk": [
|
|
1965
|
+
"Shell commands delegated through helper scripts are only counted when exposed through bin/buildchain.mjs usage or docs.",
|
|
1966
|
+
"YAML parsing is limited to first-class action/workflow inputs, not arbitrary step environment variables."
|
|
1967
|
+
]
|
|
1968
|
+
}
|
|
1969
|
+
}
|