Skip to content

Commit

Permalink
docs: update cmd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and github-actions[bot] committed May 8, 2024
1 parent bc5c3bd commit 00cc3d8
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/docs/cmd/nfpm.md
@@ -1,10 +1,10 @@
# nfpm

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

## Synopsis

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

## Options

Expand Down
2 changes: 1 addition & 1 deletion www/docs/cmd/nfpm_completion.md
Expand Up @@ -16,7 +16,7 @@ See each sub-command's help for details on how to use the generated script.

## See also

* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK and Arch Linux formats based on a YAML configuration file
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
* [nfpm completion bash](/cmd/nfpm_completion_bash/) - Generate the autocompletion script for bash
* [nfpm completion fish](/cmd/nfpm_completion_fish/) - Generate the autocompletion script for fish
* [nfpm completion powershell](/cmd/nfpm_completion_powershell/) - Generate the autocompletion script for powershell
Expand Down
2 changes: 1 addition & 1 deletion www/docs/cmd/nfpm_init.md
Expand Up @@ -15,5 +15,5 @@ nfpm init [flags]

## See also

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

2 changes: 1 addition & 1 deletion www/docs/cmd/nfpm_jsonschema.md
Expand Up @@ -15,5 +15,5 @@ nfpm jsonschema [flags]

## See also

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

4 changes: 2 additions & 2 deletions www/docs/cmd/nfpm_package.md
Expand Up @@ -11,11 +11,11 @@ nfpm package [flags]
```
-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|deb|rpm|archlinux]
-p, --packager string which packager implementation to use [apk|archlinux|deb|ipk|rpm]
-t, --target string where to save the generated package (filename, folder or empty for current folder)
```

## See also

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

81 changes: 81 additions & 0 deletions www/docs/static/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00cc3d8

Please sign in to comment.