Upgrades & CLI

TameFlare is a managed service - the dashboard and control plane are always up to date. The CLI updates automatically via npx.


CLI updates

The CLI is installed via npx @tameflare/cli, which always fetches the latest version. No manual upgrade needed.

To check your current version:

npx @tameflare/cli --version

What's managed for you

| Component | Update method | |---|---| | Dashboard | Automatic - always latest version at tameflare.com | | Policy engine | Automatic - server-side | | CLI | Automatic via npx | | Gateway binary | Updated when you run npx @tameflare/cli run |


Breaking changes

Breaking changes are rare and documented in the Changelog. If a CLI update requires action (e.g., new required flag), the CLI will display a clear error message with instructions.


Next steps