diff --git a/README.md b/README.md index f7d0444..c6ffc24 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ redis:connect Connect via redis-cli to a redis service redis:create Create a redis service redis:destroy Delete the service and stop its container if there are no links left redis:export NOT IMPLEMENTED -redis:expose NOT IMPLEMENTED +redis:expose [port] Expose a redis service on custom port if provided (random port otherwise) redis:import NOT IMPLEMENTED redis:info Print the connection information redis:link Link the redis service to the app redis:list List all redis services redis:logs [-t] Print the most recent log(s) for this service redis:restart Graceful shutdown and restart of the service container -redis:unexpose NOT IMPLEMENTED +redis:unexpose Unexpose a previously exposed redis service redis:unlink Unlink the redis service from the app ```