We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c12a362 + e94fac2 commit 1550f09Copy full SHA for 1550f09
README.md
@@ -70,6 +70,23 @@ EOF
70
cargo add --registry my-registry some-crate
71
```
72
73
+## Other Margo commands
74
+
75
+You can omit the `--registry` argument by running the command in the
76
+registry directory directly.
77
78
+### List the crates in the registry
79
80
+```bash
81
+margo list --registry my-registry
82
+```
83
84
+### Remove a crate
85
86
87
+margo rm --registry my-registry some-crate --version x.y.z
88
89
90
## Key differences from Crates.io
91
92
- 💅 Does not impose file size limits
0 commit comments