table of contents
| WOLFICTL-WITHDRAW(1) | WOLFICTL-WITHDRAW(1) |
NAME¶
wolfictl-withdraw - Withdraw packages from an APKINDEX.tar.gz
SYNOPSIS¶
wolfictl withdraw example-pkg-1.2.3-r4 [flags]
DESCRIPTION¶
Withdraw packages from an APKINDEX.tar.gz
OPTIONS¶
-h, --help[=false]
help for withdraw
--packages-file=""
file containing list of packages to withdraw (one per line, supports comments
with #)
--signing-key="melange.rsa"
the signing key to use
OPTIONS INHERITED FROM PARENT COMMANDS¶
--log-level="WARN"
log level (e.g. debug, info, warn, error)
EXAMPLE¶
withdraw --signing-key ./foo.rsa example-pkg-1.2.3-r4 also-bad-2.3.4-r1 <old/APKINDEX.tar.gz >new/APKINDEX.tar.gz
SEE ALSO¶
| Auto generated by spf13/cobra |