mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
- Add registry admin remove-signer command to remove a signer and all their authorizations - Fix remove_package_signer condition (is_some -> is_none) for correct not-found error - Use log_err() instead of silently swallowing asset fetch errors - Trim leading '#' from version in s9pk publish path - Add --delete-removed to s3 sync in publish-deb.sh - Expand v0.4.0 release notes with additional features - Regenerate man pages and add i18n entries
45 lines
1.1 KiB
Groff
45 lines
1.1 KiB
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-registry-package 1 "package "
|
|
.SH NAME
|
|
start\-registry\-package \- Commands to index, add, or get packages
|
|
.SH SYNOPSIS
|
|
\fBstart\-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\-registry\-package\-add(1)
|
|
Add package to registry index
|
|
.TP
|
|
start\-registry\-package\-add\-mirror(1)
|
|
Add a mirror for an s9pk
|
|
.TP
|
|
start\-registry\-package\-category(1)
|
|
Update categories in registry
|
|
.TP
|
|
start\-registry\-package\-download(1)
|
|
Download s9pk package
|
|
.TP
|
|
start\-registry\-package\-get(1)
|
|
List installation candidates
|
|
.TP
|
|
start\-registry\-package\-index(1)
|
|
List packages and categories
|
|
.TP
|
|
start\-registry\-package\-promote(1)
|
|
Promote a package from one registry to another
|
|
.TP
|
|
start\-registry\-package\-remove(1)
|
|
Remove package from registry
|
|
.TP
|
|
start\-registry\-package\-remove\-mirror(1)
|
|
Remove mirror package
|
|
.TP
|
|
start\-registry\-package\-signer(1)
|
|
Add, remove, and list package signers
|