Add expose/unexpose to readme
This commit is contained in:
@@ -25,14 +25,14 @@ redis:connect <name> Connect via redis-cli to a redis service
|
||||
redis:create <name> Create a redis service
|
||||
redis:destroy <name> Delete the service and stop its container if there are no links left
|
||||
redis:export <name> NOT IMPLEMENTED
|
||||
redis:expose <name> <port> NOT IMPLEMENTED
|
||||
redis:expose <name> [port] Expose a redis service on custom port if provided (random port otherwise)
|
||||
redis:import <name> <file> NOT IMPLEMENTED
|
||||
redis:info <name> Print the connection information
|
||||
redis:link <name> <app> Link the redis service to the app
|
||||
redis:list List all redis services
|
||||
redis:logs <name> [-t] Print the most recent log(s) for this service
|
||||
redis:restart <name> Graceful shutdown and restart of the service container
|
||||
redis:unexpose <name> <port> NOT IMPLEMENTED
|
||||
redis:unexpose <name> Unexpose a previously exposed redis service
|
||||
redis:unlink <name> <app> Unlink the redis service from the app
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user