@ferrflow/linux-arm64 7.4.3 → 7.6.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 +8 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,14 @@ 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
|
+
|
|
122
|
+
# Compare each package's public API against its last tag (Rust: needs cargo-semver-checks)
|
|
123
|
+
ferrflow api-check
|
|
124
|
+
ferrflow api-check --json
|
|
125
|
+
|
|
118
126
|
# JSON output (for scripting)
|
|
119
127
|
ferrflow version --json
|
|
120
128
|
ferrflow tag --json
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED