
Api-Crawler
Crawl your sites with the given configuration
$ goose -dir migrations postgres "host=127.0.0.1 port=5432 user=<user> password=<password> dbname=<dbname> sllmode=disable"
$ make build
$ ./bin/api-crawler add-plugin <some-type>
$ ./bin/api-crawler crawl <some-type>