mirror of
https://github.com/goreleaser/nfpm
synced 2025-12-30 13:41:42 +01:00
* docs: migrate to hugo and hextra Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * chore: cleanup Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: htmltest Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * ci: update Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * chore: eof Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * docs: udpate Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * wip Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * docs: improvements Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * ci: fix Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * better icons Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * wip Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * wip Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: updates Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * wip Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
24 lines
597 B
Markdown
24 lines
597 B
Markdown
---
|
|
title: nfpm package
|
|
---
|
|
|
|
Creates a package based on the given config file and flags
|
|
|
|
```
|
|
nfpm package [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-f, --config string config file to be used (default "nfpm.yaml")
|
|
-h, --help help for package
|
|
-p, --packager string which packager implementation to use [apk|archlinux|deb|ipk|rpm|srpm]
|
|
-t, --target string where to save the generated package (filename, folder or empty for current folder)
|
|
```
|
|
|
|
## See also
|
|
|
|
* [nfpm](/docs/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
|
|
|