levrops-contracts 1.2.0 → 1.3.1
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,11 +66,12 @@ make install-cli
|
|
|
66
66
|
# or: cd cli && pip install -e .
|
|
67
67
|
|
|
68
68
|
# Use it
|
|
69
|
-
levrops-contracts bump 1.
|
|
69
|
+
levrops-contracts bump 1.3.0 # Bump version and regenerate
|
|
70
70
|
levrops-contracts sync # Sync contracts across all projects
|
|
71
71
|
levrops-contracts validate # Validate OpenAPI/AsyncAPI specs
|
|
72
72
|
levrops-contracts status # Check versions across projects
|
|
73
73
|
levrops-contracts generate-docs # Regenerate API documentation
|
|
74
|
+
levrops-contracts submit-proposal --all # Submit contract proposals
|
|
74
75
|
```
|
|
75
76
|
|
|
76
77
|
See `cli/README.md` for full CLI documentation.
|