Skip to content

Commit 7f75098

Browse files
Koenraad VerheydenJoshua Nelson
authored andcommitted
Document blacklist subcommand
1 parent e0f67b6 commit 7f75098

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ docker-compose run web build world
142142
docker-compose run -v "$(realpath <SOURCE>)":/build web build crate --local /build
143143
```
144144

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+
```
145155

146156
#### `database` subcommand
147157

0 commit comments

Comments
 (0)