Documentation 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.
validate
check or update.
check
- Whether a new version is available
- The version, ETag, or Last-Modified metadata used for comparison
- Support hints such as HTTP range support for segmented downloads
Examples
update
--show-all or set show_all: true in config.yml to restore the older verbose listing that includes already up-to-date apps. Each successful update reports the elapsed time so you can see how long each app took.
If a rate-limit was hit on a previous run, the affected app is skipped until its retry window expires — unless respect_rate_limits is disabled globally or for that app.
Examples
Flags
Also update the
fp-appimage-updater binary itself after finishing the app
updates.Debug only: Force a specific download URL for the update, bypassing the resolver. Requires
app-name.Debug only: Force a specific version string for the update, bypassing the resolver. Requires
app-name.Show every app in the update results, including apps that were already up to date.
Both
check and update run multiple apps concurrently. A provider-aware
cap limits how many requests go to the same host at once, so a large batch
stays fast without overloading any single server.doctor
- The config directory exists and is readable
- The apps directory is present
- The global
config.ymlcan be parsed - The state directory is accessible
- The process lock is missing, active, or stale
- Recipe files can be parsed successfully
- Whether local update prerequisites look sane
doctor when check or update behaves unexpectedly to rule out local configuration problems.