Update the Flash CLI to the latest version or a specific version. The command fetches version information from PyPI and installs using uv (when available) or pip.Documentation Index
Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Examples
Update to the latest version:Flags
Target version to install. If not specified, updates to the latest version available on PyPI.
Automatic update checks
Flash checks for newer versions in the background when you run most commands. If an update is available, a notice appears after the command completes:~/.config/runpod/update_check.json.
Excluded commands
The background check does not run for:flash dev- Long-running development server where the notice would appear at an unpredictable time.flash update- Already managing versions directly.
Disabling update checks
Set theFLASH_NO_UPDATE_CHECK environment variable to skip automatic update checks:
CI environment variable is set) and in non-interactive sessions (when neither stdout nor stderr is a TTY).
Related commands
flash --version- Check your current Flash version