1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo selfupdate - manual page for repo selfupdate
7
9 repo selfupdate
10
12 Summary
13
14 Update repo to the latest version
15
17 -h, --help
18 show this help message and exit
19
20 Logging options:
21 -v, --verbose
22 show all output
23
24 -q, --quiet
25 only show errors
26
27 Multi-manifest options:
28 --outer-manifest
29 operate starting at the outermost manifest
30
31 --no-outer-manifest
32 do not operate on outer manifests
33
34 --this-manifest-only
35 only operate on this (sub)manifest
36
37 --no-this-manifest-only, --all-manifests
38 operate on this manifest and its submanifests
39
40 repo Version options:
41 --no-repo-verify
42 do not verify repo source code
43
44 Run `repo help selfupdate` to view the detailed manual.
45
47 The 'repo selfupdate' command upgrades repo to the latest version, if a
48 newer version is available.
49
50 Normally this is done automatically by 'repo sync' and does not need to
51 be performed by an end-user.
52
53
54
55repo selfupdate July 2022 REPO(1)