File: openvpn3-configs-list.1.rst

package info (click to toggle)
openvpn3-client 24.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,384 kB
  • sloc: cpp: 180,128; python: 11,591; ansic: 1,878; sh: 1,767; java: 402; lisp: 81; makefile: 44
file content (57 lines) | stat: -rw-r--r-- 1,529 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=====================
openvpn3-configs-list
=====================

---------------------------------------------
OpenVPN 3 Linux - List Configuration Profiles
---------------------------------------------

:Manual section: 1
:Manual group: OpenVPN 3 Linux

SYNOPSIS
========
| ``openvpn3 configs-list`` ``-h`` | ``--help``


DESCRIPTION
===========
Lists all imported VPN configuration profiles, including configuration
names and D-Bus configuration paths.  It will only enlist configuration
profiles which a user has been granted access to or owns.

OPTIONS
=======

-h, --help               Print  usage and help details to the terminal

--count
        Instead of listing all configuration profiles, only report the
        number of configuration profiles found.  This will also consider
        any filters used.

-v, --verbose
        Provide more details about each configuration profile available.

--json
        Format the output as machine-readable JSON

--filter-config NAME-PREFIX
        Filter the list of configuration profiles to only consider
        profiles starting with the given prefix value.

--filter-tag TAG-VALUE
        Filter the list of configuration profiles to only consider
        profiles assigned with the given tag value.

--filter-owner OWNER
        Filter the list of configuration profiles to only consider
        profiles owned by the given user.  Only profiles accessible by
        the calling user will be listed.


SEE ALSO
========

``openvpn3``\(1)
``openvpn3-config-import``\(1)