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 run- 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