How to create fixture by importing database

Instead of inserting documents using Document.insert(), I want to CLI style mongoimport instead. For my specific use case it would generally save me time. It’s not critical but if someone has done this in the past or has a good idea on how to do this I would greatly appreciate it. It would be something I would trigger with every rebuild of my app