@tiangong-lca/cli 0.0.14 → 0.0.15
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/README.md
CHANGED
|
@@ -17,8 +17,8 @@ checkPaths:
|
|
|
17
17
|
- bin/**
|
|
18
18
|
- src/cli.ts
|
|
19
19
|
- src/main.ts
|
|
20
|
-
lastReviewedAt: 2026-06-
|
|
21
|
-
lastReviewedCommit:
|
|
20
|
+
lastReviewedAt: 2026-06-11
|
|
21
|
+
lastReviewedCommit: 98104c9d377fda260a0655f3871804b5c59d6f6b
|
|
22
22
|
---
|
|
23
23
|
|
|
24
24
|
# TianGong LCA CLI
|
package/dist/src/cli.js
CHANGED
|
@@ -524,7 +524,7 @@ Options:
|
|
|
524
524
|
--mapping-dir <dir> Optional custom mapping/reference data directory
|
|
525
525
|
--language <lang> Default language for generated text (default: en)
|
|
526
526
|
--validation-jobs <n> Parallel validation jobs passed to tidas-tools (default: 1)
|
|
527
|
-
--process-bundles Write per-process dependency bundles (default: enabled)
|
|
527
|
+
--process-bundles Write per-process dependency bundles (default: enabled by tidas-tools)
|
|
528
528
|
--process-bundles-dir <dir>
|
|
529
529
|
Custom per-process bundle directory (default: <output-dir>/process-bundles)
|
|
530
530
|
--no-process-bundles Disable per-process dependency bundle generation
|
|
@@ -539,7 +539,6 @@ Outputs written under --output-dir:
|
|
|
539
539
|
- conversion-report.json
|
|
540
540
|
- tidas/ when target includes TIDAS and not detect-only
|
|
541
541
|
- ilcd/ when target includes ILCD and not detect-only
|
|
542
|
-
- mapping.csv when not detect-only
|
|
543
542
|
- process-bundles/ when not detect-only and process bundles are enabled
|
|
544
543
|
- outputs/import-lca-report.json
|
|
545
544
|
`.trim();
|