Skip to content

Utilities

Setup, diagnostics, and housekeeping commands.

yofix version

Print the CLI version. Supports --json.

Terminal window
yofix version
yofix --version

yofix status

Show auth, the linked project, API reachability, and the CLI version. A quick health check before deploying.

Terminal window
yofix status

yofix doctor

Diagnose common setup issues: Node version, keychain access, config, and API connectivity.

Terminal window
yofix doctor

yofix open

Open the dashboard in your browser. With no argument, opens the project page; with a deployment ID, opens that deployment.

Terminal window
yofix open
yofix open dpl_4f2a9c

yofix update

Check whether a newer CLI version is available.

Terminal window
yofix update
yofix update --check
FlagDescription
--checkOnly report; do not print the upgrade command

yofix completion

Print a shell completion script.

Terminal window
yofix completion zsh >> ~/.zshrc
yofix completion bash
yofix completion fish
yofix completion pwsh
ArgumentDescription
<shell>bash, zsh, fish, or pwsh

yofix telemetry

View or change anonymous usage telemetry. Opt-in and off by default.

Terminal window
yofix telemetry status
yofix telemetry enable
yofix telemetry disable
ArgumentDescription
<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.

Terminal window
yofix mcp serve