summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-18 11:41:07 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-18 11:41:07 +0100
commitb9b9ad9cccce076e560b1978a10e300f4dbc9d1f (patch)
treecf60fa5ecc16c0437071a5c72e3b80cea3cc88e4 /doc
parentdd210ed6cc290ca1a194aedb4df6001a7f768fc7 (diff)
downloadxdg-app-b9b9ad9cccce076e560b1978a10e300f4dbc9d1f.tar.gz
app: Support --no-pull and --no-deploy in the install and update commands
This adds general support for the local app branch to be further ahead of the active deployement, including showing this in list-app and list-runtime commands.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-install-app.xml16
-rw-r--r--doc/xdg-app-install-runtime.xml16
-rw-r--r--doc/xdg-app-update-app.xml16
-rw-r--r--doc/xdg-app-update-runtime.xml16
4 files changed, 64 insertions, 0 deletions
diff --git a/doc/xdg-app-install-app.xml b/doc/xdg-app-install-app.xml
index 725580a..020fbd0 100644
--- a/doc/xdg-app-install-app.xml
+++ b/doc/xdg-app-install-app.xml
@@ -101,6 +101,22 @@
</varlistentry>
<varlistentry>
+ <term><option>--no-deploy</option></term>
+
+ <listitem><para>
+ Download the latest version, but don't deploy it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-pull</option></term>
+
+ <listitem><para>
+ Don't download the latest version, deploy it whatever is locally availiable.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
diff --git a/doc/xdg-app-install-runtime.xml b/doc/xdg-app-install-runtime.xml
index 13ee30a..93af93f 100644
--- a/doc/xdg-app-install-runtime.xml
+++ b/doc/xdg-app-install-runtime.xml
@@ -100,6 +100,22 @@
</varlistentry>
<varlistentry>
+ <term><option>--no-deploy</option></term>
+
+ <listitem><para>
+ Download the latest version, but don't deploy it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-pull</option></term>
+
+ <listitem><para>
+ Don't download the latest version, deploy it whatever is locally availiable.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
diff --git a/doc/xdg-app-update-app.xml b/doc/xdg-app-update-app.xml
index c956e8e..8ebddfa 100644
--- a/doc/xdg-app-update-app.xml
+++ b/doc/xdg-app-update-app.xml
@@ -113,6 +113,22 @@
</varlistentry>
<varlistentry>
+ <term><option>--no-deploy</option></term>
+
+ <listitem><para>
+ Download the latest version, but don't deploy it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-pull</option></term>
+
+ <listitem><para>
+ Don't download the latest version, deploy it whatever is locally availiable.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
diff --git a/doc/xdg-app-update-runtime.xml b/doc/xdg-app-update-runtime.xml
index 2e56814..2fb38b3 100644
--- a/doc/xdg-app-update-runtime.xml
+++ b/doc/xdg-app-update-runtime.xml
@@ -116,6 +116,22 @@
</varlistentry>
<varlistentry>
+ <term><option>--no-deploy</option></term>
+
+ <listitem><para>
+ Download the latest version, but don't deploy it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--no-pull</option></term>
+
+ <listitem><para>
+ Don't download the latest version, deploy it whatever is locally availiable.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>