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

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-10 00:14:14 -04:00
parent 8eada2351f
commit e3be8f1715
4 changed files with 68 additions and 3 deletions

View File

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