fusebase-cli

Initialize Fusebase Apps projects, configure permissions, and deploy production builds via CLI.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusebase-cli
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/.agents/skills/fusebase-cli
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the friction of managing Fusebase Apps projects through manual platform navigation, reducing errors from inconsistent app setup, misconfigured permissions, and unreliable deployment processes.

Core Features & Use Cases

  • End-to-end project lifecycle management: Initialize new Fusebase Apps projects, configure app settings, and deploy production builds directly via the CLI.
  • Granular access control: Set dashboard view permissions and access principals at app creation to avoid misconfiguration, with support for updating existing app settings as needs change.
  • Development and operations tooling: Run local dev servers with hot reload, fetch remote production logs, and manage sidecar containers for backend apps. For example, a developer building a client-facing sales dashboard can use this skill to scaffold the app, assign the correct dashboard permissions during creation, test locally with live reload, and deploy to production in a single consistent workflow.

Quick Start

Use the fusebase-cli skill to initialize a new Fusebase App project, assign required dashboard permissions, and launch the local development server for testing.

Frequently Asked Questions about fusebase-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize and deploy a Fusebase App project from the command line?

You can initialize and deploy Fusebase App projects using a CLI-driven app lifecycle management workflow that scaffolds new projects, runs local dev servers with hot reload, and deploys production builds to the Fusebase platform.

What is the best way to configure dashboard access permissions for a new Fusebase App?

Configuring dashboard access permissions is handled during app initialization, allowing you to set dashboard view permissions and access principals at creation to prevent misconfiguration and update existing app settings as needs change.

Can I retrieve remote production logs for Fusebase Apps without accessing the dashboard directly?

Yes, you can retrieve remote production logs directly via the CLI, eliminating the need for manual platform navigation and providing reliable access to operational data for your Fusebase Apps.

Does Fusebase CLI support sidecar container orchestration for backend applications?

Sidecar container orchestration is supported for backend apps, allowing developers to manage backend dependencies and services locally alongside their main Fusebase App project through the CLI.

How do I sync Gate SDK permissions when setting up a Fusebase App?

Gate SDK permission syncing is integrated into the app lifecycle management process, automatically synchronizing permissions to ensure access controls remain consistent between the SDK and the Fusebase platform dashboard.

Why does manual Fusebase App deployment cause permission misconfiguration errors?

Manual platform navigation causes permission misconfiguration because it relies on inconsistent app setup and error-prone manual workflows, which the Fusebase CLI solves by standardizing initialization and deployment processes.