Command-Line Interface

Your entire platform, from the terminal

Deploy applications, manage infrastructure, provision databases, and run AI inference — one authenticated tool, zero context switching.

Terminal
$ 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.app

Get started

Install and authenticate in under a minute.

1Install globally
npm
npm install -g @skytells/cli
2Authenticate
Authentication
# 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.

CommandDescription
skytells deployDeploy from current directory
skytells logs --app <name>Stream live runtime logs
skytells projects listList all accessible projects
skytells inference runRun a model inference call
skytells db createProvision a managed database
skytells auth --key <key>Authenticate for CI/CD
skytells env set KEY=valueSet an environment variable
skytells rollbackRoll 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.