temps-cli

Featured

Operate Temps through the pinned `@temps-sdk/cli` package with bunx or npx. Use when the user mentions Temps CLI, `@temps-sdk/cli`, a CLI command, or asks to deploy, configure, inspect, automate, or administer Temps from a terminal. Covers contexts, projects, deployments, environments, services, domains, monitoring, backups, telemetry, browser Performance Insights/Core Web Vitals, Cloud, platform administration, and read-only managed-data browsing. Apply the target-context, secret-handling, confirmation, and verification rules for every agentic CLI operation.

DevOps & Infrastructure 655 stars 46 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Temps CLI Use the pinned zero-install package invocation to operate a Temps server. Prefer `bunx @temps-sdk/cli@0.1.34`; use `npx @temps-sdk/cli@0.1.34` when Bun is not available. Treat this skill as procedural guidance and command documentation, not as authorization to mutate a server. ## Required workflow 1. Run `command -v bunx || command -v npx` to select an available package runner. Prefer `bunx` when both exist. 2. Verify the reviewed package integrity as shown below, then run `bunx @temps-sdk/cli@0.1.34 --version` (or its pinned `npx` equivalent). Never omit the version. 3. Identify the requested operation and locate its command in [references/COMMANDS.md](references/COMMANDS.md). Search only the relevant command group instead of loading the entire reference. 4. Run `bunx @temps-sdk/cli@0.1.34 <group> <command> --help` when flags or behavior may have changed. Runtime help is authoritative. 5. Classify the operation as read-only, state-changing, destructive, or secret-bearing. 6. For every state-changing operation, name the intended server and insert `--target-context <name>` immediately after the package specifier. 7. Explain the expected effect before executing a write. Obtain explicit confirmation for destructive or secret-bearing operations. 8. Verify the result with a read-only command and report the target context, changed resource, and evidence. Do not report secrets. For common multi-command journeys, read [references/WORKFLOW...

Details

Author
gotempsh
Repository
gotempsh/temps
Created
10 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Featured

temps

Manage, deploy, operate, and instrument applications with Temps. Use this skill whenever the user mentions Temps, `@temps-sdk/cli@0.1.34`, deploying or migrating an app to Temps, projects, environments, services, domains, backups, logs, monitoring, analytics, browser Performance Insights/Core Web Vitals, observability, error tracking, OpenTelemetry, tracing, session replay, or Temps Cloud. Also use it when preparing an application for production on Temps even if the user does not explicitly ask for the CLI. Route to focused references, proactively detect missing observability during create/link/deploy journeys, and use pinned `bunx` or `npx` CLI invocations with explicit target contexts.

655 Updated today
gotempsh
DevOps & Infrastructure Featured

temps-platform-setup

Safely verify and configure an existing Temps platform installation. Use when the user wants to inspect installation readiness, connect the installed CLI, perform initial configuration, manage platform users, or configure DNS and TLS without exposing credentials or executing unverified remote code.

655 Updated today
gotempsh
DevOps & Infrastructure Featured

temps-best-practices

Best-practices reference for preparing and instrumenting applications on Temps. Covers the app runtime contract (`.temps.yaml` health, HOST/PORT, readiness, SIGTERM, replicas, migrations) and production observability (errors, traces, metrics, logs, analytics, privacy, sampling, cardinality, credential boundaries). Use whenever building or reviewing an app for Temps, configuring health checks, adding telemetry, diagnosing missing/noisy signals, or checking OTLP/Sentry/analytics ingestion. Triggers include "temps best practices", "prepare this app for Temps", ".temps.yaml health", "temps health check", "ignore health checks in otel", "temps observability", "wire up telemetry", and "instrument this app for temps". Prefer focused setup skills for a single SDK. Use temps-cli for executing deploy and resource-management commands.

655 Updated today
gotempsh