sky CLI is the typed terminal interface for the Interactions control plane. Manage projects, Skyline users, platforms, and your developer profile without opening the dashboard.
Install
Quickstart
Environment variables
| Variable | Description |
|---|---|
INTERACTIONS_API_HOST | API base URL (default https://app.interactions.co.in) |
INTERACTIONS_PROJECT_ID | Active project for Skyline commands |
INTERACTIONS_TOKEN | Override stored session token |
INTERACTIONS_CONFIG_DIR | Config directory (default ~/.config/interactions) |
INTERACTIONS_API_HOST to the host your organizer provides.
The skyline alias
skyline is a shortcut for sky:
Common flags
| Flag | Env var | Description |
|---|---|---|
-p, --project <id> | INTERACTIONS_PROJECT_ID | Target project |
--api-host <url> | INTERACTIONS_API_HOST | Override backend URL |
-t, --token <token> | INTERACTIONS_TOKEN | Use this token instead of stored credentials |
--json | — | Output as JSON (where supported) |