Skip to main content

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:

FlagEnv varDescription
--env TEXTFUSED_ENV
--format [json|text]FUSED_CLI_FORMATOutput format for command results (json or text).

Commands

CommandDescription
fused canvasManage canvases.
fused claudeManage Fused for Claude Code (via the claude CLI).
fused completionPrint or install shell tab completion for the fused CLI.
fused cronjobManage scheduled UDF runs.
fused filesManage files stored in Fused.
fused integrationsManage third-party integrations in Fused.
fused json-uiInspect and run JSON-UI widgets.
fused loginAuthenticate and persist credentials.
fused logoutLog out and clear local credentials.
fused runRun a UDF and print the result.
fused secretsManage kernel and user secrets.
fused udfSearch and manage UDFs.
fused udf-schemaPrint the API schema for a UDF.
fused whoamiShow info about the authenticated user or team.