Man page - nfpm(1)
Packages contas this manual
Manual
| NFPM(1) | Packages apps on RPM, Deb, APK, Arch Linux, ipk, and MSIX formats based on a YAML configuration file | NFPM(1) |
NAME
nfpm - Packages apps on RPM, Deb, APK, Arch Linux, ipk, and MSIX formats based on a YAML configuration file
SYNOPSIS
nfpm [options...] [argument...]
DESCRIPTION
nFPM is a simple and 0-dependencies apk, arch, deb, ipk, msix, and rpm packager written in Go.
COMMANDS
Generate the autocompletion script for the specified
shell
- COMMANDS
bash
Generate the autocompletion script for bash
--no-descriptions disable completion
descriptions
Generate the autocompletion script for fish
--no-descriptions disable completion
descriptions
Generate the autocompletion script for powershell
--no-descriptions disable completion
descriptions
Generate the autocompletion script for zsh
--no-descriptions disable completion
descriptions
Help about any command
Creates a sample nfpm.yaml configuration file
-f, --config path to the to-be-created config
file
Outputs nFPM's JSON schema
-o, --output where to save the json schema
Creates a package based on the given config file and
flags
-f, --config config file to be used
- -p, --packager
- which packager implementation to use [apk|archlinux|deb|ipk|msix|rpm|srpm]
- -t, --target
- where to save the generated package (filename, folder or empty for current folder)
| 2026-03-31 | nfpm |