TheDocumentation Index
Fetch the complete documentation index at: https://docs.fau.fpt.icu/llms.txt
Use this file to discover all available pages before exploring further.
init command creates starter files so you have a working starting point without writing YAML from scratch.
Initialize global config
~/.config/fp-appimage-updater/config.yml with sensible defaults. Run this once before adding any app recipes.
Scaffold an app recipe
~/.config/fp-appimage-updater/apps/ for the named app, pre-filled for the chosen update strategy.
Flags
Name of the app to scaffold. The resulting file is placed at
~/.config/fp-appimage-updater/apps/<name>.yml.Update strategy to use for the scaffolded recipe.
direct— static URL checked via ETag or Last-Modified headersforge— GitHub or GitLab release assetscript— custom shell script that outputs the download URL and version
Overwrite an existing file. Without this flag,
init will not replace a
file that already exists.Initialize the global
config.yml instead of scaffolding an app recipe.