Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C6A119415 for ; Fri, 25 Mar 2016 18:00:55 +0000 (UTC) Received: (qmail 87013 invoked by uid 500); 25 Mar 2016 18:00:55 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 86981 invoked by uid 500); 25 Mar 2016 18:00:55 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 86936 invoked by uid 99); 25 Mar 2016 18:00:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2016 18:00:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E1114DFF68; Fri, 25 Mar 2016 18:00:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aledsage@apache.org To: commits@brooklyn.apache.org Date: Fri, 25 Mar 2016 18:00:55 -0000 Message-Id: <3a84d1ca90db483fb1e339afe0c3aaa5@git.apache.org> In-Reply-To: <42f49e987273490fbc5493eca630883e@git.apache.org> References: <42f49e987273490fbc5493eca630883e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] brooklyn-docs git commit: fix invoke params app example fix invoke params app example Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/32368e45 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/32368e45 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/32368e45 Branch: refs/heads/master Commit: 32368e459a777211aa668636d345b7b3b2eee0a6 Parents: 92b86eb Author: John McCabe Authored: Tue Mar 22 11:06:18 2016 +0000 Committer: John McCabe Committed: Tue Mar 22 11:06:18 2016 +0000 ---------------------------------------------------------------------- guide/ops/cli/cli-usage-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/32368e45/guide/ops/cli/cli-usage-guide.md ---------------------------------------------------------------------- diff --git a/guide/ops/cli/cli-usage-guide.md b/guide/ops/cli/cli-usage-guide.md index 16590cf..95a329c 100644 --- a/guide/ops/cli/cli-usage-guide.md +++ b/guide/ops/cli/cli-usage-guide.md @@ -258,13 +258,13 @@ $ br app WebCluster entity NginxController:CZ8Q effector update invoke Parameters can also be passed to the effector: {% highlight text %} -$ br app WebCluster entity NginxController:CZ8Q effector restart invoke restartChildren=true +$ br app WebCluster entity NginxController:CZ8Q effector restart invoke -P restartChildren=true {% endhighlight %} If a parameter value is complex or spans multiple lines, it may be provided in a file and used like this: {% highlight text %} -$ br app WebCluster effector start invoke locations=@data.txt +$ br app WebCluster effector start invoke -P locations=@data.txt {% endhighlight %} Shortcut commands are available for the 3 standard effectors of `start`, `restart` and `stop`.