Document unlink command

This commit is contained in:
Jose Diaz-Gonzalez
2015-12-01 16:31:13 -05:00
parent aa5c1807c5
commit da4b355052

View File

@@ -38,6 +38,7 @@ mongo:restart <name> Graceful shutdown and restart of the mongo servic
mongo:start <name> Start a previously stopped mongo service mongo:start <name> Start a previously stopped mongo service
mongo:stop <name> Stop a running mongo service mongo:stop <name> Stop a running mongo service
mongo:unexpose <name> Unexpose a previously exposed mongo service mongo:unexpose <name> Unexpose a previously exposed mongo service
mongo:unlink <name> <app> Unlink the mongo service from the app
``` ```
## usage ## usage