From 467495d99453936ebf56cc5b359175c608fd891a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 14 Sep 2015 19:51:07 -0400 Subject: [PATCH] $PLUGIN_SERVICE => mongo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4bfbee..cd7f6ea 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ mongo:clone Create container then copy data from < mongo:connect Connect via telnet to a mongo service mongo:create Create a mongo service mongo:destroy Delete the service and stop its container if there are no links left -mongo:export Export a dump of the $PLUGIN_SERVICE service database +mongo:export Export a dump of the mongo service database mongo:expose [port] Expose a mongo service on custom port if provided (random port otherwise) -mongo:import Import a dump into the $PLUGIN_SERVICE service database +mongo:import Import a dump into the mongo service database mongo:info Print the connection information mongo:link Link the mongo service to the app mongo:list List all mongo services