@aikdna/kdna-cli 0.26.5 → 0.26.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/package.json +1 -1
- package/src/cli.js +5 -5
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -87,13 +87,13 @@ Start here:
|
|
|
87
87
|
kdna demo minimal <dir> Create a minimal KDNA Core v1 demo
|
|
88
88
|
|
|
89
89
|
Core v1:
|
|
90
|
-
inspect <
|
|
91
|
-
validate <
|
|
90
|
+
inspect <file.kdna> Inspect a local v1 .kdna container
|
|
91
|
+
validate <file.kdna> Validate a local v1 .kdna container
|
|
92
92
|
validate <path> --runtime Validate and require LoadPlan readiness
|
|
93
|
-
plan-load <
|
|
93
|
+
plan-load <file.kdna> Return a LoadPlan before runtime load
|
|
94
94
|
Add --has-password or --entitlement-status for diagnostics
|
|
95
|
-
pack <
|
|
96
|
-
unpack <
|
|
95
|
+
pack <dev-source> <out> Deterministic creator/debug pack into .kdna
|
|
96
|
+
unpack <file.kdna> <out> Extract .kdna into an editing/debug view
|
|
97
97
|
|
|
98
98
|
More:
|
|
99
99
|
kdna help advanced Agent runtime, setup, loading, comparison
|