Skip to content

Commit 00cc3d8

Browse files
caarlos0github-actions[bot]
authored andcommitted
docs: update cmd docs
1 parent bc5c3bd commit 00cc3d8

File tree

6 files changed

+88
-7
lines changed

6 files changed

+88
-7
lines changed

www/docs/cmd/nfpm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# nfpm
22

3-
Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
3+
Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
44

55
## Synopsis
66

7-
nFPM is a simple and 0-dependencies deb, rpm, apk and arch linux packager written in Go.
7+
nFPM is a simple and 0-dependencies apk, arch, deb, ipk and rpm linux packager written in Go.
88

99
## Options
1010

www/docs/cmd/nfpm_completion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See each sub-command's help for details on how to use the generated script.
1616

1717
## See also
1818

19-
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
19+
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
2020
* [nfpm completion bash](/cmd/nfpm_completion_bash/) - Generate the autocompletion script for bash
2121
* [nfpm completion fish](/cmd/nfpm_completion_fish/) - Generate the autocompletion script for fish
2222
* [nfpm completion powershell](/cmd/nfpm_completion_powershell/) - Generate the autocompletion script for powershell

www/docs/cmd/nfpm_init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ nfpm init [flags]
1515

1616
## See also
1717

18-
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
18+
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
1919

www/docs/cmd/nfpm_jsonschema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ nfpm jsonschema [flags]
1515

1616
## See also
1717

18-
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
18+
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
1919

www/docs/cmd/nfpm_package.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ nfpm package [flags]
1111
```
1212
-f, --config string config file to be used (default "nfpm.yaml")
1313
-h, --help help for package
14-
-p, --packager string which packager implementation to use [apk|deb|rpm|archlinux]
14+
-p, --packager string which packager implementation to use [apk|archlinux|deb|ipk|rpm]
1515
-t, --target string where to save the generated package (filename, folder or empty for current folder)
1616
```
1717

1818
## See also
1919

20-
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
20+
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
2121

www/docs/static/schema.json

+81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)