vr s import
S,SRV,SERVER: Start the serverENC,ENCODE: Encode data or filesR,RUN: Run a task or scriptCREATE: Create a new projectMVN: Execute Maven commands
BACKUP: Backup project files and dataNATIVE: Backup native componentsPROJ,PROJECT: Backup project filesFULL: Full backup (dependencies, project, DB, uploads)DB,DATABASE: Backup the databaseUPLOAD,UPLOADS: Backup uploaded filesSERVER: Backup server configurationCLONE: Clone the project (project, dependencies, DB, uploads)
CLEAN: Clean up project files and directoriesFULL: Clean data, work, log, target dirsRESET: Clean data, work, log, target, node_modulesNPM: Clean node_modules and package-lock.json
COMPILE: Compile project componentsnpm: Run npm installmodel: Compile data modelsjava: Compile Java codenative: Compile native codeimport: Import dataforms: Compile form definitions and templatesall: Compile everythingvsc: Compile VisionR script code
DB: Manage the databaseCREATE: Create the databaseSTATUS: Check database statusINIT: Initialize the databaseDUMP: Dump database contentDROP: Drop the databaseRESTORE: Restore the database from a dump
INSTALL: Install project dependenciesKILL: Kill running processesall: Kill all processesproj: Kill project processes
RESTORE: Restore project from backupSERVICE: Manage the server as a serviceINSTALL: Install the serviceUNINSTALL: Uninstall the serviceSTART: Start the serviceSTOP: Stop the serviceRUN: Run the serviceREBOOT: Restart the service
SETUP: Setup project componentsMANAGER: Setup the managerSERVICE: Setup the servicePOSTGRE,PG: Setup PostgreSQLOFFICE: Setup Office integrationSMTP: Setup SMTP for emailJAVA: Setup Java environmentVIPS: Setup VIPS for image processingDIST: Setup distribution filesODA: Setup ODA (OpenDocument API)NATIVETOOLS,TOOLS: Setup native tools
SHOW: Show project informationJAR: Show path to server JAR fileVERSION: Show project versionREGISTRY: Show the registry contentsJCONF: Show Java configurationREGFILE: Show path to registry fileCONFIG: Show configurationMODULES: Show installed modulesPROCESSES: Show running processesLICENSE: Show license informationFILES: Show project filesFORMSDEF: Show compiled form definitionsDIR: Show a directory pathENV: Show environment variablesSTATUS: Show project statusUPDATE: Show available updates
START: Start the server- Prepares server options based on CLI args and project config
- Determines the server engine (native or Java)