From 467a50833db39bc938d1c8ce56c8fffc0dfbfb49 Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Tue, 29 Mar 2016 18:06:20 -0600 Subject: [PATCH] ref(scripts): update start-local.sh output --- scripts/start-local.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/start-local.sh b/scripts/start-local.sh index db8c5fa0d..678833467 100755 --- a/scripts/start-local.sh +++ b/scripts/start-local.sh @@ -61,10 +61,9 @@ Logging to ${LOGDIR} To use helm: export HELM_HOST=http://localhost:${MANAGER_PORT} - ./bin/helm list - -To deploy example guestbook: - - ./bin/dm -service=http://localhost:8088 deploy examples/guestbook/guestbook.yaml + For list of commands, run: + $./bin/helm + Example Command: + $./bin/helm repo list EOF