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 d45b876 commit b4589f9Copy full SHA for b4589f9
README.md
@@ -167,8 +167,10 @@ docker exec -it <the container name goes here> psql -U cratesfyi
167
The database contains a blacklist of crates that should not be built.
168
169
```sh
170
+# List the crates on the blacklist
171
+docker-compose run web database blacklist list
172
+
173
# Adds <CRATE_NAME> to the blacklist
-# Crates on the blacklist will not be built
174
docker-compose run web database blacklist add <CRATE_NAME>
175
176
# Removes <CRATE_NAME> from the blacklist
0 commit comments