doctor
doctor - Dependency Check
Section titled “doctor - Dependency Check”./spry.ts doctor or ./spry.ts --doctor
Check system dependencies and their availability.
./spry.ts doctor./spry.ts doctorWhat it checks
Section titled “What it checks”- Deno runtime (
deno --version) - SQLite or PostgreSQL
- SQLPage (
sqlpage --version) - Other required tools
Example
Section titled “Example”./spry.ts doctor# Checks for: deno --version, sqlpage --versionPurpose
Section titled “Purpose”Verifies that all necessary dependencies are installed and accessible in your system, ensuring your Spry project can run properly.