CLI Reference
The fused CLI lets you manage Fused from your terminal — run UDFs, manage canvases and files, handle secrets, and connect integrations. Install it with the fused package:
pip install --upgrade fused
Global flags
These flags apply to every command:
| Flag | Env var | Description |
|---|---|---|
--env TEXT | FUSED_ENV | — |
--format [json|text] | FUSED_CLI_FORMAT | Output format for command results (json or text). |
Commands
| Command | Description |
|---|---|
fused canvas | Manage canvases. |
fused claude | Manage Fused for Claude Code (via the claude CLI). |
fused completion | Print or install shell tab completion for the fused CLI. |
fused cronjob | Manage scheduled UDF runs. |
fused files | Manage files stored in Fused. |
fused integrations | Manage third-party integrations in Fused. |
fused json-ui | Inspect and run JSON-UI widgets. |
fused login | Authenticate and persist credentials. |
fused logout | Log out and clear local credentials. |
fused run | Run a UDF and print the result. |
fused secrets | Manage kernel and user secrets. |
fused udf | Search and manage UDFs. |
fused udf-schema | Print the API schema for a UDF. |
fused whoami | Show info about the authenticated user or team. |