@tiangong-lca/cli 0.0.5 → 0.0.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/dist/src/cli.js +1 -0
- package/dist/src/cli.js.map +1 -1
- package/dist/src/lib/lifecyclemodel-bundle-save.js +468 -0
- package/dist/src/lib/lifecyclemodel-bundle-save.js.map +1 -0
- package/dist/src/lib/lifecyclemodel-publish-build.js +3 -1
- package/dist/src/lib/lifecyclemodel-publish-build.js.map +1 -1
- package/dist/src/lib/publish.js +53 -3
- package/dist/src/lib/publish.js.map +1 -1
- package/package.json +1 -1
package/dist/src/cli.js
CHANGED
|
@@ -731,6 +731,7 @@ This command:
|
|
|
731
731
|
- collects native lifecyclemodel json_ordered payloads from one local build run
|
|
732
732
|
- writes publish-bundle.json, publish-request.json, and publish-intent.json
|
|
733
733
|
- keeps actual dry-run / commit execution in tiangong publish run
|
|
734
|
+
- routes lifecyclemodel commit through save_lifecycle_model_bundle internally
|
|
734
735
|
`.trim();
|
|
735
736
|
}
|
|
736
737
|
function renderProcessAutoBuildHelp() {
|