Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 alpha SDK. For the stable version, see npm.

CLI Reference

The UnrealORM CLI provides commands for managing your SurrealDB schema and database.

Terminal window
# npm
npm install -g unreal-orm
# pnpm
pnpm add -g unreal-orm
# bun
bun add -g unreal-orm
CommandDescription
unreal docsOpen the UnrealORM documentation
unreal githubOpen the UnrealORM GitHub repository
unreal initInitialize UnrealORM in your project
unreal viewInteractive TUI for browsing database tables and records

All commands support the following global options:

Terminal window
unreal --version # Show version number
unreal --help # Show help