File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -142,17 +142,6 @@ docker-compose run web build world
142
142
docker-compose run -v " $( realpath < SOURCE> ) " :/build web build crate --local /build
143
143
```
144
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
145
#### ` database ` subcommand
157
146
158
147
``` sh
@@ -175,6 +164,17 @@ docker-compose run -d db
175
164
docker exec -it < the container name goes here> psql -U cratesfyi
176
165
```
177
166
167
+ The database contains a blacklist of crates that should not be built.
168
+
169
+ ``` sh
170
+ # Adds <CRATE_NAME> to the blacklist
171
+ # Crates on the blacklist will not be built
172
+ docker-compose run web database blacklist add < CRATE_NAME>
173
+
174
+ # Removes <CRATE_NAME> from the blacklist
175
+ docker-compose run web database blacklist remove < CRATE_NAME>
176
+ ```
177
+
178
178
#### ` daemon ` subcommand
179
179
180
180
``` sh
You can’t perform that action at this time.
0 commit comments