File: swupdate-client.rst

package info (click to toggle)
swupdate 2025.12%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,004 kB
  • sloc: ansic: 66,621; python: 6,291; makefile: 791; sh: 538; javascript: 229
file content (35 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.. SPDX-FileCopyrightText: 2013-2021 Stefano Babic <stefano.babic@swupdate.org>
.. SPDX-License-Identifier: GPL-2.0-only

swupdate-client
===============

swupdate-client is a small tool that sends a SWU image to a running instance of
SWUpdate. It can be used if the update package (SWU) is downloaded by another
application external to SWUpdate. It is an example how to use the IPC to forward
an image to SWUpdate.

SYNOPSIS
--------

swupdate-client [OPTIONS] <image.swu to be installed>...

DESCRIPTION
-----------

-h
       print help and exit
-d
       ask the server to only perform a dry-run
-e     <software>,<mode>
       select software image set and source (for example: stable,main)
-s
       path to SWUpdate's IPC socket
-g
       path to SWUpdate's progress socket
-q
       go quiet, resets verbosity
-v
       go verbose, essentially print upgrade status messages from server
-p
       ask the server to run post-update commands if upgrade succeeds