feat: add ability to upgrade service image and image-version

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-10 00:13:56 -04:00
parent 051c6bebba
commit 4ae25c179c
4 changed files with 68 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ mongo:start <name> Start a previously stopped mongo service
mongo:stop <name> Stop a running mongo service
mongo:unexpose <name> Unexpose a previously exposed mongo service
mongo:unlink <name> <app> Unlink the mongo service from the app
mongo:upgrade <name> Upgrade service <service> to the specified version
```
## usage