Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

strada

Version: 0.8.0

Commands

CommandDescription
database createCreate a Strada database on your own Tinybird workspace.
database upgradeUpgrade the Tinybird schema to the latest version.
loginAuthenticate with Strada via browser-based device flow.
logoutRemove stored authentication from ~/.strada/config.json.
whoamiShow the currently authenticated user and server URL.
orgs listList all organizations you belong to.
setupSave the default organization and project for the current folder.
projects listList all projects in the current organization.
projects createCreate a new project and generate its first org-wide ingest token.
projects deleteDelete a project by its ID.
projects retentionShow raw telemetry retention for a project.
projects retention updateUpdate raw telemetry retention for a project.
issues listList error issue groups sorted by frequency.
issues viewShow full details for a single issue by fingerprint hash.
issues resolveMark an issue as resolved.
issues muteMark an issue as muted.
issues unresolveReopen a resolved or muted issue.
issues assignAssign an issue to an org member or remove the current assignee.
analytics pagesTop pages by pageviews from the otel_analytics_pages materialized view.
analytics browsersTop browsers by unique visitors
analytics devicesTop device types by unique visitors
analytics countriesTop countries by unique visitors
analytics referrersTop traffic sources by unique visitors
analytics languagesTop browser languages by unique visitors
analytics kpisSummary KPIs: unique visitors, pageviews, sessions, bounce rate, and
analytics overviewOne-screen browser analytics: unique visitors, pageviews, sessions,
analytics timeseriesDaily unique visitors and pageviews.
analytics visitorsUnique visitors, first visits, and returning visitors.
analytics eventsTop custom events by occurrence count
analytics realtimeCount active visitors in the last 5 minutes.
queryRun a ClickHouse SQL query against a project's database.
alerts createCreate an error alert rule.
alerts listShow all alert rules and destinations for the current org.
alerts updateUpdate an error alert rule's settings.
alerts deleteDelete an error alert rule.
alerts testSend a test alert to all destinations in the org.
checks createCreate a URL health check that runs on a schedule.
checks listList all health checks for the current org.
checks deleteDelete a health check by ID.
checks enableRe-enable a health check that was disabled (manually or auto-disabled).
checks disableManually disable a health check.
destinations listList all notification destinations for the current org.
destinations removeRemove a notification destination.
logsBrowse and search OTel log records from otel_logs.
services listFind service names that are actively generating logs or traces.
traces listList distributed traces in a project, grouped by TraceId.
traces spanShow the full details for one span inside a trace.
traces viewRender one distributed trace as a parent-child span tree.
tokens createCreate an org-wide token with an explicit scope.
tokens listList org-wide tokens.
tokens deleteDelete an org-wide token.
mcpStart a stdio MCP server that exposes supported non-interactive Strada

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number