Examples (5)
Run an installed application
flatpak run com.example.appRun an installed application from a specific branch e.g. stable, beta, master
flatpak run --branch=stable|beta|master|... com.example.appRun an interactive shell inside a flatpak
flatpak run --command=sh com.example.appRun an installed application with a specific runtime version
flatpak run --runtime-version=24.08|master|stable|... com.example.appRun an installed application with a different runtime (but same version number)
flatpak run --runtime=org.freedesktop.Sdk com.example.appmade by @shridhargupta | data from tldr-pages