mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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
42 lines
1.0 KiB
Groff
42 lines
1.0 KiB
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-registry-package 1 "package "
|
|
.SH NAME
|
|
start\-cli\-registry\-package \- Commands to index, add, or get packages
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli registry package\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
|
.SH DESCRIPTION
|
|
Commands to index, add, or get packages
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
start\-cli\-registry\-package\-add(1)
|
|
Add package to registry index
|
|
.TP
|
|
start\-cli\-registry\-package\-add\-mirror(1)
|
|
Add a mirror for an s9pk
|
|
.TP
|
|
start\-cli\-registry\-package\-category(1)
|
|
Update categories in registry
|
|
.TP
|
|
start\-cli\-registry\-package\-download(1)
|
|
Download s9pk package
|
|
.TP
|
|
start\-cli\-registry\-package\-get(1)
|
|
List installation candidates
|
|
.TP
|
|
start\-cli\-registry\-package\-index(1)
|
|
List packages and categories
|
|
.TP
|
|
start\-cli\-registry\-package\-remove(1)
|
|
Remove package from registry
|
|
.TP
|
|
start\-cli\-registry\-package\-remove\-mirror(1)
|
|
Remove mirror package
|
|
.TP
|
|
start\-cli\-registry\-package\-signer(1)
|
|
Add, remove, and list package signers
|