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

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-10 00:14:08 -04:00
parent 3eaa1dc5cd
commit 59d285f2f1
4 changed files with 68 additions and 3 deletions

View File

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