Skip to content
bradley edited this page Feb 16, 2014 · 1 revision

The Mongo CLI

Useful information about interacting with our data can be found here: http://docs.mongodb.org/v2.2/tutorial/access-mongo-shell-help/

Mongo on Heroku

I have yet to find a way to access the Mongo CLI for our Mongo db on Heroku, but you can view and manage our collections via the web UI by running the following command from the root of our project:

$ heroku addons:open mongolab
Clone this wiki locally