Update CLI reference for python-saharaclient 0.11.0
Change-Id: I3a0cb16a7d95c22b7d790adb47f69ba99935dfa2
This commit is contained in:
parent
090a993460
commit
40a2577f68
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Data processing API and its extensions.
|
||||
|
||||
This chapter documents <command>sahara</command> version
|
||||
<literal>0.10.1</literal>.
|
||||
<literal>0.11.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>sahara</command>
|
||||
@ -76,7 +76,7 @@
|
||||
<term><command>cluster-scale</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Scale a cluster
|
||||
Scale a cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -481,7 +481,8 @@
|
||||
<term><command>--endpoint-type <endpoint-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[SAHARA_ENDPOINT_TYPE]</code> or publicURL.
|
||||
Defaults to <code>env[SAHARA_ENDPOINT_TYPE]</code> or
|
||||
<code>env[OS_ENDPOINT_TYPE]</code> or publicURL.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -703,7 +704,7 @@ Create a cluster.
|
||||
<term><command>--count COUNT</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Number of clusters to be created.
|
||||
Number of clusters to create.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -745,7 +746,7 @@ Print a list of available clusters.
|
||||
<title>sahara cluster-scale</title>
|
||||
<screen><computeroutput>usage: sahara cluster-scale [--name NAME] [--id <cluster_id>] [--json JSON]</computeroutput></screen>
|
||||
<para>
|
||||
Scale a cluster
|
||||
Scale a cluster.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
@ -919,7 +920,7 @@ Update a cluster template.
|
||||
<term><command>--id <template_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Id of the cluster template to update.
|
||||
ID of the cluster template to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1417,7 +1418,7 @@ Update a job binary.
|
||||
<term><command>--id <job_binary_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Id of the job binary to update.
|
||||
ID of the job binary to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1676,7 +1677,7 @@ Show supported job types.
|
||||
<term><command>--type <job_type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Report only on this job type
|
||||
Report only on this job type.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1802,7 +1803,7 @@ Update a node group template.
|
||||
<term><command>--id <template_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ID of the node group template to update
|
||||
ID of the node group template to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -1810,7 +1811,7 @@ Update a node group template.
|
||||
<term><command>--json JSON</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
JSON representation of the node group template update
|
||||
JSON representation of the node group template update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user