https://github.com/thorstenhans/spin-plugin-check-for-update
https://github.com/thorstenhans/spin-plugin-check-for-update
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/spin-plugin-check-for-update
- Owner: ThorstenHans
- License: apache-2.0
- Created: 2023-08-22T13:29:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T10:18:14.000Z (almost 3 years ago)
- Last Synced: 2025-11-01T00:18:27.784Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spin Plugin: Check-for-Update
Using the `check-for-update` plugin, you can quickly check if your Spin CLI installation is outdated or not. It compares the locally installed version of `spin` with the latest release available.
If the local version of `spin` differs from the most recent release, a link with detailed installation instructions will be printed to `stdout`.
## Backend
The backend for this plugin is deployed to Fermyon Cloud and responsible for querying the most recent stable release number of `spin` CLI. The source code for the backend is available at https://github.com/ThorstenHans/get-latest-spin-cli-version