$PLUGIN_SERVICE => mongo

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-14 19:51:07 -04:00
parent 20a458cc45
commit 467495d994

View File

@@ -24,9 +24,9 @@ mongo:clone <name> <new-name> Create container <new-name> then copy data from <
mongo:connect <name> Connect via telnet to a mongo service mongo:connect <name> Connect via telnet to a mongo service
mongo:create <name> Create a mongo service mongo:create <name> Create a mongo service
mongo:destroy <name> Delete the service and stop its container if there are no links left mongo:destroy <name> Delete the service and stop its container if there are no links left
mongo:export <name> Export a dump of the $PLUGIN_SERVICE service database mongo:export <name> Export a dump of the mongo service database
mongo:expose <name> [port] Expose a mongo service on custom port if provided (random port otherwise) mongo:expose <name> [port] Expose a mongo service on custom port if provided (random port otherwise)
mongo:import <name> <file> Import a dump into the $PLUGIN_SERVICE service database mongo:import <name> <file> Import a dump into the mongo service database
mongo:info <name> Print the connection information mongo:info <name> Print the connection information
mongo:link <name> <app> Link the mongo service to the app mongo:link <name> <app> Link the mongo service to the app
mongo:list List all mongo services mongo:list List all mongo services