From 90ea6a221f52bf4f952cc3eee6fc6762f71a8958 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Mon, 7 Nov 2016 12:25:11 -0800 Subject: [PATCH] ciao: update some cli invocations Some parts of the Ciao cluster setup document still referenced really old command line style which no longer works. This commit updates the older "ciao-cli -command" invocations to the newer "ciao-cli command" (ie: no '-') style. Signed-off-by: Tim Pepper --- source/ciao-cluster-setup.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index c13c3d6f..a2e39615 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -414,24 +414,24 @@ As a valid user, the `ciao-cli`tool allows you to start a workload. First, you may want to know which workloads are available:: - $ ciao-cli -list-workloads + $ ciao-cli workload list Then you can launch one or more workloads:: - $ ciao-cli -launch-instances -workload -instances + $ ciao-cli instance add -workload -instances And you can monitor all your instances statuses (``pending`` or ``running``):: - $ ciao-cli -list-instances + $ ciao-cli instance list Performance data can be obtained (optionally) by adding a specific label to all your instances:: - $ ciao-cli -launch-instances -instance-label -workload -instances + $ ciao-cli instance add -label -workload -instances And eventually fetch the performance data:: - $ ciao-cli -dump-label + $ ciao-cli trace show -label You will also see activity related to this launch across your cluster components if you have consoles open and logging to standard output as @@ -543,4 +543,4 @@ testing. .. _CNCI Agent: https://github.com/01org/ciao/tree/master/networking/cnci_agent .. _mailing list: https://lists.clearlinux.org/mailman/listinfo/ciao-devel .. _ciao-cli: https://github.com/01org/ciao/tree/master/ciao-cli -.. _ciao-webui: https://github.com/01org/ciao-webui \ No newline at end of file +.. _ciao-webui: https://github.com/01org/ciao-webui