Utilities
Setup, diagnostics, and housekeeping commands.
yofix version
Print the CLI version. Supports --json.
yofix versionyofix --versionyofix status
Show auth, the linked project, API reachability, and the CLI version. A quick health check before deploying.
yofix statusyofix doctor
Diagnose common setup issues: Node version, keychain access, config, and API connectivity.
yofix doctoryofix open
Open the dashboard in your browser. With no argument, opens the project page; with a deployment ID, opens that deployment.
yofix openyofix open dpl_4f2a9cyofix update
Check whether a newer CLI version is available.
yofix updateyofix update --check| Flag | Description |
|---|---|
--check | Only report; do not print the upgrade command |
yofix completion
Print a shell completion script.
yofix completion zsh >> ~/.zshrcyofix completion bashyofix completion fishyofix completion pwsh| Argument | Description |
|---|---|
<shell> | bash, zsh, fish, or pwsh |
yofix telemetry
View or change anonymous usage telemetry. Opt-in and off by default.
yofix telemetry statusyofix telemetry enableyofix telemetry disable| Argument | Description |
|---|---|
<action> | status, enable, or disable |
yofix mcp serve
Run the Model Context Protocol server over stdio, exposing YoFix as tools for AI agents. See Agents, JSON and MCP.
yofix mcp serve