temps-cli
Installation
SKILL.md
Temps CLI - Complete Reference
Temps CLI is the command-line interface for the Temps deployment platform. It provides full control over projects, deployments, services, domains, monitoring, and platform configuration.
Installation
@temps-sdk/cli is the official CLI published by the Temps team on npm under the @temps-sdk organization (npm profile, source code).
# Run directly without installing
npx @temps-sdk/cli --version
bunx @temps-sdk/cli --version
# Or install globally
npm install -g @temps-sdk/cli
bun add -g @temps-sdk/cli
Configuration
Related skills