Yavqo Developer Center
Install the command-line utility, explore our language SDKs, and deploy high-performance applications globally on the Nebula mesh.
CLI
Yavqo Command Line Interface
Deploy workspaces, manage local NPU acceleration, and test serverless routing structures directly from your command-line terminal.
1. Install Package
Install the global Yavqo binary tool using npm.
npm install -g @yavqo/cli
2. Login and Configure
Authenticate your local computer with your Nebula Cloud account.
yavqo login
3. Deploy Project
Bundle and upload your project routes to our global edge CDN.
yavqo deploy
import { Nebula } from '@yavqo/sdk';
const client = new Nebula({ apiKey: 'yv_live_x82f' });
// Create a serverless deployment on Nebula
const deployment = await client.deployments.create({
project: 'quantum-app',
region: 'us-west',
env: {
NODE_ENV: 'production',
SUNLIGHT_API_KEY: 'yv_sy_719c'
}
});
console.log(`Project live at: ${deployment.url}`);Live Simulation
Interactive CLI Playground
Run real CLI commands right here. Type yavqo deploy to test the cloud build flow!
bash - yavqo-cli - 80×24
Yavqo CLI v1.4.2 initialized.
Type "yavqo" or "yavqo help" for available commands.