Commands

Commands Overview

Quick reference for every Skytells CLI command, organized by product domain.

The Skytells CLI is organized by product domain — each group of commands maps directly to a section of the Skytells Console. Every command accepts --json for machine-readable output.

Global flags

These flags are available on every command.

FlagDescription
--jsonOutput as JSON. Use for scripting and CI/CD.
--helpShow usage and flags for the command.
--versionPrint the installed CLI version.

Command domains


Quick reference

A flat view of all available commands:

Authentication
  skytells login [--token] [--scopes <scopes>]
  skytells logout [--force]
  skytells whoami
  skytells link <access-key>

Projects
  skytells projects ls [--type <type>]
  skytells projects add <name> [--type <type>]
  skytells project
  skytells project set <field> <value>

Apps
  skytells apps ls
  skytells apps add <name> [--type <type>]
  skytells apps inspect <id>
  skytells apps set <id> <field> <value>
  skytells apps rm <id> [-f]
  skytells apps start <id>
  skytells apps stop <id> [-f]
  skytells apps restart <id>
  skytells apps redeploy <id>

Deployments
  skytells deploy <app>
  skytells deployments ls [--app <id>] [--limit <n>] [--offset <n>]

Logs & Status
  skytells status
  skytells logs <app> [--type <type>] [--tail <n>] [--follow]

Databases
  skytells databases ls
  skytells databases add <name> <type> [options]
  skytells databases inspect <id>
  skytells databases set <id> <field> <value>
  skytells databases rm <id> [-f]
  skytells databases start <id>
  skytells databases stop <id> [-f]
  skytells databases deploy <id>

Environment
  skytells env ls [--app <id>]
  skytells env set <KEY=value>... [--app <id>]

Domains
  skytells domains ls
  skytells domains add <domain> [--app <id>]
  skytells domains rm <id> [-f]

Cloud
  skytells cloud ls
  skytells cloud deploy [options]
  skytells cloud inspect <id>
  skytells cloud destroy <id> [-f]
  skytells cloud start <id>
  skytells cloud halt <id> [-f]
  skytells cloud reboot <id>

Orchestrator
  skytells workflows ls
  skytells orchestrator overview
  skytells orchestrator executions [--workflow <id>] [--status <s>]
  skytells orchestrator inspect <id>
  skytells orchestrator metrics [--from <date>] [--to <date>]
  skytells orchestrator usage [--from <date>] [--to <date>]

Cognition
  skytells cognition overview [--hours <n>]
  skytells cognition errors [--limit <n>]
  skytells cognition security [--limit <n>]
  skytells cognition runtime [--limit <n>]
  skytells cognition anomalies [--limit <n>]
  skytells cognition events [--since <id>] [--limit <n>]
  skytells cognition timeseries [--hours <n>]

How is this guide?

On this page