From cf9b8a9a5910212cc05198a908bc7ec93bc3542a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 6 Sep 2015 18:08:02 -0400 Subject: [PATCH] Add expose/unexpose to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```