topgrade/topgrade.8

81 lines
1.5 KiB
Groff
Raw Normal View History

2020-02-29 14:08:07 +00:00
.hy
.TH "topgrade" "8"
2020-02-23 18:58:30 +00:00
.SH NAME
2020-02-29 14:08:07 +00:00
.PP
topgrade \- upgrade everything
2020-02-23 18:58:30 +00:00
.SH SYNOPSIS
2020-02-29 14:08:07 +00:00
.PP
topgrade [\fIoptions\f[]]
2020-02-23 18:58:30 +00:00
.SH DESCRIPTION
2020-02-29 14:08:07 +00:00
.PP
Keeping your system up to date usually involves invoking multiple package managers.
This results in big, non-portable shell one-liners saved in your shell.
To remedy this, \fBtopgrade\fR detects which tools you use and runs the appropriate commands to update them.
2020-02-23 18:58:30 +00:00
.SH OPTIONS
2020-02-29 14:08:07 +00:00
.TP
.B \-\-only <only>
Run only specific steps
2020-02-29 14:08:07 +00:00
.RS
.RE
.TP
.B \-\-disable <disable>
Disable specific steps
.RS
.RE
.TP
.B \-c, \-\-cleanup
Cleanup temporary or old files
.RS
.RE
.TP
.B \-n, \-\-dry\-run
List the commands that would be run
2020-02-29 14:08:07 +00:00
.RS
.RE
.TP
.B \-\-edit\-config
Edit the configuration file
.RS
.RE
.TP
.B \-h, \-\-help
Print help information
2020-02-29 14:08:07 +00:00
.RS
.RE
.TP
.B \-k, \-\-keep
Prompt for a key before exiting
.RS
.RE
.TP
.B \-\-no\-retry
Do not ask to retry failed steps
.RS
.RE
.TP
.B \-t, \-\-tmux
Run inside tmux
.RS
.RE
.TP
.B \-V, \-\-version
Print version information
2020-02-29 14:08:07 +00:00
.RS
.RE
.TP
.B \-v, \-\-verbose
Output logs
.RS
.RE
.B \-y, \-\-yes
Skip package manager's prompts (experimental)
.SH ARGUMENT FORMAT
Options can be given in any order.
A list of steps must be provided as a list of separate arguments, i.e. 'topgrade --only system shell'.
2020-02-23 18:58:30 +00:00
.SH BUGS
2020-02-29 14:08:07 +00:00
For a list of bugs see <\fIhttps://github.com/r-darwish/topgrade/issues\fR>.
2020-02-23 18:58:30 +00:00
.SH AUTHOR
2020-02-29 14:08:07 +00:00
\fBtopgrade\fR is maintained by Roey Dror (\[aq]r\-darwish\[aq]) and many other contributors.
You can view the full list at
<\fIhttps://github.com/r-darwish/topgrade/graphs/contributors\fR>