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