@ferrflow/linux-arm64 7.4.3 → 7.5.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 +4 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,10 @@ ferrflow version api # monorepo, specific package
|
|
|
115
115
|
ferrflow tag
|
|
116
116
|
ferrflow tag api
|
|
117
117
|
|
|
118
|
+
# Print the dependency graph, the release order, and any cycle
|
|
119
|
+
ferrflow graph
|
|
120
|
+
ferrflow graph --json
|
|
121
|
+
|
|
118
122
|
# JSON output (for scripting)
|
|
119
123
|
ferrflow version --json
|
|
120
124
|
ferrflow tag --json
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED