8000 rauc.1: add missing 'rauc install' arguments by ejoerns · Pull Request #1692 · rauc/rauc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rauc.1: add missing 'rauc install' arguments #1692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions rauc.1
8F4A
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,42 @@ Install a bundle.
\fB\-\-ignore\-compatible\fR
disable compatible check

.TP
\fB\-\-ignore\-version\-limit=\fR
disable version check

.TP
\fB\-\-transaction\-id=\fR\fIUUID\fR
custom transaction ID

.TP
\fB\-\-require\-manifest\-hash=\fR\fIHASH\fR
require a specific manifest hash

.TP
\fB\-\-progress\fR
show progress bar

.TP
\fB\-\-tls\-cert=\fR\fIPEMFILE|PKCS11-URL\fR
TLS client certificate file or PKCS#11 URL

.TP
\fB\-\-tls\-key=\fR\fIPEMFILE|PKCS11-URL\fR
TLS client key file or PKCS#11 URL

.TP
\fB\-\-tls\-ca=\fR\fIPEMFILE\fR
TLS CA file

.TP
\fB\-\-tls\-no-verify\fR
do not verify TLS server certificate

.TP
\fB\-H\fR, \fB\-\-http-header\fR=\fR\fI'HEADER: VALUE'\fR
HTTP request header (multiple uses supported)

.TP
\fB\-\-handler\-args=\fR\fIARGS\fR
extra arguments for full custom handler
Expand Down
Loading
0