From 37c27a97f6b7d379ccd06716af669cd710d68438 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Mon, 21 Mar 2016 17:22:03 -0600 Subject: [PATCH] doc(workflow): change 'helm deployment delete' command Also fix a few typos. --- docs/workflow/developer-workflows.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/workflow/developer-workflows.md b/docs/workflow/developer-workflows.md index 238837fd8..dcbe8aa87 100644 --- a/docs/workflow/developer-workflows.md +++ b/docs/workflow/developer-workflows.md @@ -56,7 +56,7 @@ Created wonky-panda - The client sends the server a request to deploy `helm:example.com/foo/bar`. - The server assigns a random name `wonky-panda`, fetches the chart from object storage, and goes about the deployment process. - + General patterns: ``` helm deploy [-f CONFIG] [-n NAME] [CHART] @@ -176,7 +176,7 @@ helm redeploy [-f CONFIG] NAME #### Delete: ``` -$ helm delete taco-tuesday +$ helm deployment delete taco-tuesday Destroyed taco-tuesday ``` @@ -185,10 +185,9 @@ Destroyed taco-tuesday General pattern: ``` -helm uninstall NAME [NAME...] +helm deployment delete NAME [NAME...] ``` - ### Power User Features Users familiar with the system may desire additional tools.