Your entire platform,
from the terminal
Deploy applications, manage infrastructure, provision databases, and run AI inference — one authenticated tool, zero context switching.
$ skytells deploy
○ Packaging source
✓ Build completed 12.4s
✓ 3 serverless functions bundled
✓ TLS certificate provisioned
✓ DNS propagated
○ Deploying on Skytells's global edge network...
🟢 Production deployment live
→ https://your-app.skytells.appGet started
Install and authenticate in under a minute.
npm install -g @skytells/cli# Authenticate interactively
skytells login
# Non-interactive — for CI/CD pipelines
skytells auth --key <project-access-key>Command reference
Commonly used commands. Run skytells --help for the full list.
| Command | Description |
|---|---|
skytells deploy | Deploy from current directory |
skytells logs --app <name> | Stream live runtime logs |
skytells projects list | List all accessible projects |
skytells inference run | Run a model inference call |
skytells db create | Provision a managed database |
skytells auth --key <key> | Authenticate for CI/CD |
skytells env set KEY=value | Set an environment variable |
skytells rollback | Roll back to previous deployment |
What you can do
Everything the console offers, available without leaving your editor.
One-command deployment
Push to production in seconds. Automatic builds, domain binding, and TLS — no configuration required.
AI inference at your fingertips
Run model inference, list the registry, and manage AI workloads without switching tools.
Scoped access keys
Generate project-scoped keys with least-privilege permissions for CI/CD pipelines and automation.
Live log streaming
Tail build output and runtime logs in real time. Surface errors the moment they occur.
Multi-project management
Switch contexts, manage environment configs, and coordinate across teams from a single tool.
Database provisioning
Create and manage PostgreSQL, MySQL, Redis, and MongoDB instances directly from the terminal.
Ship your first project today
Install the CLI, authenticate, and have a production deployment running in under five minutes. Free to start — no credit card required.