You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo run database update-search-index
[...]
error: The subcommand 'update-search-index' wasn't recognized
[...]
$ cargo run database update-release-activity
[...]
error: The subcommand 'update-release-activity' wasn't recognized
[...]
$ cargo run database --help
Finished dev [unoptimized + debuginfo] target(s) in 0.28s
Running `target/debug/cratesfyi database --help`
cratesfyi-database 0.6.0
Database operations
USAGE:
cratesfyi database <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
add-directory
backfill-repository-stats Backfill GitHub/Gitlab stats for crates
blacklist Blacklist operations
delete Remove documentation from the database
help Prints this message or the help of the given subcommand(s)
migrate Run database migration
update-crate-registry-fields Updates info for a crate from the registry's API
update-repository-fields Updates Github/Gitlab stats for crates
$ cargo --version
cargo 1.50.0-nightly (bfca1cd22 2020-11-24)
I don't think this is really supported anymore; at least, no one at the team is regularly using it. I think we should remove the forge page and change https://github.com/rust-lang/docs.rs#running-tests so it doesn't point there (that section is pretty out of date as well - it confuses "no docker-compose at all" with "no docker-compose for the web server").
Uh oh!
There was an error while loading. Please reload this page.
Trying recipe in https://forge.rust-lang.org/docs-rs/no-docker-compose.html but halted by these database subcommands that don't exist any longer on the version I have:
my docs.rs commit: 3d582f5
Furthermore, I seemed to have to run the
install_requirements.sql
manually fromdockerfile/
in order to get search to work at all.The text was updated successfully, but these errors were encountered: