From 648c89768bff900cb560c65d2734cd1e294e6ef0 Mon Sep 17 00:00:00 2001 From: Luke Amdor Date: Wed, 10 Sep 2014 15:06:21 -0500 Subject: [PATCH] adding 'fig pull' to cli docs Signed-off-by: Luke Amdor --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index a697ab7a..5e11d8d6 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -32,6 +32,10 @@ View output from services. List containers. +## pull + +Pulls service images. + ## rm Remove stopped service containers.