1FLATPAK REMOTE-MODI(1) flatpak remote-modify FLATPAK REMOTE-MODI(1)
2
3
4
6 flatpak-remote-modify - Modify a remote repository
7
9 flatpak remote-modify [OPTION...] NAME
10
12 Modifies options for an existing remote repository in the flatpak
13 repository configuration. NAME is the name for the remote.
14
15 Unless overridden with the --system, --user, or --installation options,
16 this command uses either the default system-wide installation or the
17 per-user one, depending on which has the specified REMOTE.
18
20 The following options are understood:
21
22 -h, --help
23 Show help options and exit.
24
25 --user
26 Modify the per-user configuration.
27
28 --system
29 Modify the default system-wide configuration.
30
31 --installation=NAME
32 Modify a system-wide installation specified by NAME among those
33 defined in /etc/flatpak/installations.d/. Using
34 --installation=default is equivalent to using --system.
35
36 --no-gpg-verify
37 Disable GPG verification for the added remote.
38
39 --gpg-verify
40 Enable GPG verification for the added remote.
41
42 --prio=PRIO
43 Set the priority for the remote. Default is 1, higher is more
44 prioritized. This is mainly used for graphical installation tools.
45
46 --no-enumerate
47 Mark the remote as not enumerated. This means the remote will not
48 be used to list applications, for instance in graphical
49 installation tools.
50
51 --no-use-for-deps
52 Mark the remote as not to be used for automatic runtime dependency
53 resolution.
54
55 --disable
56 Disable the remote. Disabled remotes will not be automatically
57 updated from.
58
59 --enable
60 Enable the remote.
61
62 --enumerate
63 Mark the remote as enumerated. This means the remote will be used
64 to list applications, for instance in graphical installation tools.
65
66 --use-for-deps
67 Mark the remote as to be used for automatic runtime dependency
68 resolution.
69
70 --title=TITLE
71 A title for the remote, e.g. for display in a UI.
72
73 --comment=COMMENT
74 A single-line comment for the remote, e.g. for display in a UI.
75
76 --description=DESCRIPTION
77 A full-paragraph description for the remote, e.g. for display in a
78 UI.
79
80 --homepage=URL
81 URL for a website for the remote, e.g. for display in a UI.
82
83 --icon=URL
84 URL for an icon for the remote, e.g. for display in a UI.
85
86 --default-branch=BRANCH
87 A default branch for the remote, mainly for use in a UI.
88
89 --collection-id=COLLECTION-ID
90 The globally unique identifier of the remote repository, to allow
91 mirrors to be grouped. This must only be set to the collection ID
92 provided by the remote, and must not be set if the remote does not
93 provide a collection ID.
94
95 --url=URL
96 Set a new URL.
97
98 --update-metadata
99 Update the remote's extra metadata from the OSTree repository's
100 summary file. Only xa.title and xa.default-branch are supported at
101 the moment.
102
103 --no-filter, --filter=FILE
104 Modify the path (or unset) for the local filter used for this
105 remote. See flatpak-remote-add(1) for details about the filter file
106 format.
107
108 --gpg-import=FILE
109 Import gpg keys from the specified keyring file as trusted for the
110 new remote. If the file is - the keyring is read from standard
111 input.
112
113 -v, --verbose
114 Print debug information during command processing.
115
116 --ostree-verbose
117 Print OSTree debug information during command processing.
118
120 $ flatpak --user remote-modify --no-gpg-verify test-repo
121
123 flatpak(1), flatpak-remote-add(1), flatpak-remote-delete(1), flatpak-
124 remotes(1)
125
126
127
128flatpak FLATPAK REMOTE-MODI(1)