@chrisdudek/yg 2.3.2 → 2.4.0
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 +1 -1
- package/dist/bin.js +462 -156
- package/dist/bin.js.map +1 -1
- package/dist/templates/rules.ts +26 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ yg build-context --node orders/order-service
|
|
|
45
45
|
|
|
46
46
|
**Reading and analysis:**
|
|
47
47
|
|
|
48
|
-
- `yg build-context --node <path
|
|
48
|
+
- `yg build-context --node <path> [--full]` — Assemble context package (YAML structural map + artifact paths; `--full` appends file contents)
|
|
49
49
|
- `yg status` — Graph health summary
|
|
50
50
|
- `yg tree [--root <path>] [--depth N]` — Graph structure as tree
|
|
51
51
|
- `yg owner --file <path>` — Find which graph node owns a source file
|