Skip to content

doctor

./spry.ts doctor or ./spry.ts --doctor

Check system dependencies and their availability.

Terminal window
./spry.ts doctor
Terminal window
./spry.ts doctor
  • Deno runtime (deno --version)
  • SQLite or PostgreSQL
  • SQLPage (sqlpage --version)
  • Other required tools
Terminal window
./spry.ts doctor
# Checks for: deno --version, sqlpage --version

Verifies that all necessary dependencies are installed and accessible in your system, ensuring your Spry project can run properly.