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.
1 parent e0f67b6 commit 7f75098Copy full SHA for 7f75098
README.md
@@ -142,6 +142,16 @@ docker-compose run web build world
142
docker-compose run -v "$(realpath <SOURCE>)":/build web build crate --local /build
143
```
144
145
+#### `blacklist` subcommand
146
+
147
+```sh
148
+# Adds <CRATE_NAME> to the blacklist
149
+# Crates on the blacklist will not be built
150
+docker-compose run web blacklist add <CRATE_NAME>
151
152
+# Removes <CRATE_NAME> from the blacklist
153
+docker-compose run web blacklist remove <CRATE_NAME>
154
+```
155
156
#### `database` subcommand
157
0 commit comments