Update CLI reference for python-saharaclient 0.9.1
Change-Id: I6fac3b696b7e789f0ed3c55bda7242b9fd35fbe7
This commit is contained in:
parent
ce6c6d8738
commit
95ae4799cb
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Data processing API and its extensions.
|
||||
|
||||
This chapter documents <command>sahara</command> version
|
||||
<literal>0.9.0</literal>.
|
||||
<literal>0.9.1</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>sahara</command>
|
||||
@ -112,6 +112,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-template-update</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Update a cluster template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>data-source-create</command></term>
|
||||
<listitem>
|
||||
@ -355,6 +363,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>node-group-template-update</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Update a node group template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>plugin-list</command></term>
|
||||
<listitem>
|
||||
@ -816,6 +832,40 @@ Show details of a cluster template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="saharaclient_subcommand_cluster-template-update">
|
||||
<title>sahara cluster-template-update</title>
|
||||
<screen><computeroutput>usage: sahara cluster-template-update [--name NAME] [--id <template_id>]
|
||||
[--json JSON]</computeroutput></screen>
|
||||
<para>
|
||||
Update a cluster template.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the cluster template to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--id <template_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Id of the cluster template to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--json JSON JSON</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
representation of cluster template update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="saharaclient_subcommand_data-source-create">
|
||||
@ -1581,6 +1631,40 @@ Show details of a node group template.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="saharaclient_subcommand_node-group-template-update">
|
||||
<title>sahara node-group-template-update</title>
|
||||
<screen><computeroutput>usage: sahara node-group-template-update [--name NAME] [--id <template_id>]
|
||||
[--json JSON]</computeroutput></screen>
|
||||
<para>
|
||||
Update a node group template.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name NAME</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the node group template to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--id <template_id> ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
of the node group template to update
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--json JSON JSON</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
representation of the node group template update
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="saharaclient_subcommand_plugin-list">
|
||||
|
Loading…
x
Reference in New Issue
Block a user