Skip to content

Commit b4589f9

Browse files
Koenraad VerheydenJoshua Nelson
authored andcommitted
Document 'cratesfyi database blacklist list' command
1 parent d45b876 commit b4589f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,10 @@ docker exec -it <the container name goes here> psql -U cratesfyi
167167
The database contains a blacklist of crates that should not be built.
168168

169169
```sh
170+
# List the crates on the blacklist
171+
docker-compose run web database blacklist list
172+
170173
# Adds <CRATE_NAME> to the blacklist
171-
# Crates on the blacklist will not be built
172174
docker-compose run web database blacklist add <CRATE_NAME>
173175

174176
# Removes <CRATE_NAME> from the blacklist

0 commit comments

Comments
 (0)