uv run

Run a command or script in the project environment. More information: https://docs.astral.sh/uv/reference/cli/#uv-run.

uv run {{script.py}}

uv run {{[-m|--module]}} {{module_name}}

uv run --with {{package}} {{command}}

uv run --with-requirements {{requirements.txt}} {{script.py}}

uv run --isolated {{script.py}}

uv run --no-sync {{command}}