Rather than bake the versions of each tool into the binary we should expose an API endpoint from the central server (like entitlements) to flag when new versions of tools are published. We should also have a regular cronjob runs that:
- Identifies when new versions of tools are available
- Tests the new versions in a sandbox to ensure compatibility with providers/templates/etc
- Updates the entitlement/API file on the server
The CLI should also check (on a cadence) for new tools and prompt the user to upgrade them (similar to how NPM will alert that a new version is available with instructions on how to upgrade)
Rather than bake the versions of each tool into the binary we should expose an API endpoint from the central server (like entitlements) to flag when new versions of tools are published. We should also have a regular cronjob runs that:
The CLI should also check (on a cadence) for new tools and prompt the user to upgrade them (similar to how NPM will alert that a new version is available with instructions on how to upgrade)