mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
- add #[group(skip)] to all Parser-derived structs - fix conflicts_with and arg definitions for correct CLI behavior - refactor bin entry points to support manpage generation
23 lines
608 B
Groff
23 lines
608 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-registry-os-asset-sign 1 "sign "
|
|
.SH NAME
|
|
start\-cli\-registry\-os\-asset\-sign \- Sign file and add to registry
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli registry os asset sign\fR <\fB\-p\fR|\fB\-\-platform\fR> <\fB\-v\fR|\fB\-\-version\fR> [\fB\-h\fR|\fB\-\-help\fR] <\fIFILE\fR>
|
|
.SH DESCRIPTION
|
|
Sign file and add to registry
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-p\fR, \fB\-\-platform\fR \fI<PLATFORM>\fR
|
|
Target platform identifier
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-version\fR \fI<VERSION>\fR
|
|
StartOS version number
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIFILE\fR>
|
|
Path to the asset file
|