check_update
Check if a newer version of your Flaiwheel server is available on GitHub. Compares version tags to the running version and provides an upgrade command if needed.
Instructions
Check whether a newer Flaiwheel version is available on GitHub. Read-only.
Makes a single network request to GitHub (git ls-remote) to compare
version tags against the running version. No files are modified.
Use when you suspect Flaiwheel may be outdated, or periodically to
keep the server current.
Returns:
"Up to date" message, or the available version number plus the
exact bash command to give the user for upgrading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |