Nocodb
NocoDB Comandos
__HTML_TAG_82_ Todos los comandos
Comandos completos de NocoDB y flujos de trabajo para la gestión de bases de datos y el desarrollo de códigos.
Instalación
| Command |
Description |
| INLINE_CODE_0 |
Quick start with NPX |
| INLINE_CODE_1 |
Install globally via NPM |
| INLINE_CODE_2 |
Run with Docker |
| INLINE_CODE_3 |
Install on macOS with Homebrew |
| INLINE_CODE_4 |
Auto-install script for Linux |
Basic Operations
| Command |
Description |
| INLINE_CODE_5 |
Start NocoDB server |
| INLINE_CODE_6 |
Start on custom port |
| INLINE_CODE_7 |
Bind to all interfaces |
| INLINE_CODE_8 |
Show help information |
| INLINE_CODE_9 |
Show version information |
Database Connection
| Command |
Description |
| INLINE_CODE_10 |
Connect to MySQL |
| INLINE_CODE_11 |
Connect to PostgreSQL |
| INLINE_CODE_12 |
Connect to SQL Server |
| INLINE_CODE_13 |
Use SQLite database |
Environment Variables
| Variable |
Description |
| INLINE_CODE_14 |
Database connection string |
| INLINE_CODE_15 |
Port number (default: 8080) |
| INLINE_CODE_16 |
Host address (default: localhost) |
| INLINE_CODE_17 |
Public URL for webhooks |
| INLINE_CODE_18 |
JWT secret for authentication |
| INLINE_CODE_19 |
Sentry DSN for error tracking |
| INLINE_CODE_20 |
Redis connection for caching |
| INLINE_CODE_21 |
Disable telemetry (true/false) |
API Operations
| Endpoint |
Description |
| INLINE_CODE_22 |
List all projects |
| INLINE_CODE_23 |
Create new project |
| INLINE_CODE_24 |
Get table data |
| INLINE_CODE_25 |
Create new record |
| INLINE_CODE_26 |
Update record |
| INLINE_CODE_27 |
Delete record |
CLI Gestión de bases de datos
| Command |
Description |
| INLINE_CODE_28 |
Run database migrations |
| INLINE_CODE_29 |
Seed database with sample data |
| INLINE_CODE_30 |
Reset database schema |
| INLINE_CODE_31 |
Export metadata |
| INLINE_CODE_32 |
Import metadata from file |
Docker Operations
__TABLE_94_
Archivos de configuración
| File |
Description |
| INLINE_CODE_38 |
Environment configuration |
| INLINE_CODE_39 |
Docker Compose configuration |
| INLINE_CODE_40 |
Advanced configuration |
| INLINE_CODE_41 |
NPM package configuration |
Backup and Restore
| Command |
Description |
| INLINE_CODE_42 |
Export all data |
| INLINE_CODE_43 |
Import data from file |
| INLINE_CODE_44 |
PostgreSQL backup |
| INLINE_CODE_45 |
PostgreSQL restore |
Development Mode
| Command |
Description |
| INLINE_CODE_46 |
Start in development mode |
| INLINE_CODE_47 |
Build for production |
| INLINE_CODE_48 |
Start production server |
| INLINE_CODE_49 |
Run test suite |
| INLINE_CODE_50 |
Run code linting |
Webhook Configuration
| Command |
Description |
| INLINE_CODE_51 |
Create webhook |
| INLINE_CODE_52 |
List webhooks |
| INLINE_CODE_53 |
Update webhook |
| INLINE_CODE_54 |
Delete webhook |
User Management
| Command |
Description |
| INLINE_CODE_55 |
Create new user |
| INLINE_CODE_56 |
List all users |
| INLINE_CODE_57 |
Reset user password |
| INLINE_CODE_58 |
Delete user account |
| Command |
Description |
| INLINE_CODE_59 |
Enable Redis caching |
| INLINE_CODE_60 |
Set database pool size |
| INLINE_CODE_61 |
Limit file attachments |
| INLINE_CODE_62 |
Set max attachment size |
Configuración de seguridad
| Command |
Description |
| INLINE_CODE_63 |
Set admin email |
| INLINE_CODE_64 |
Set admin password |
| INLINE_CODE_65 |
Set JWT expiration |
| INLINE_CODE_66 |
Enable secure cookies |
Troubleshooting
| Command |
Description |
| INLINE_CODE_67 |
Enable debug mode |
| INLINE_CODE_68 |
Set log level |
| INLINE_CODE_69 |
Follow container logs |
| INLINE_CODE_70 |
Check database connection |
| INLINE_CODE_71 |
Repair database issues |
Comandos de integración
__TABLE_103_
Características avanzadas
__TABLE_104_