insforge-cli

Automate InsForge backend administration tasks via CLI with JSON output.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abiegamao/abie-budget --skill insforge-cli-abiegamao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insforge-cli
Source: https://github.com/abiegamao/abie-budget/tree/main/.agents/skills/insforge-cli
Command: npx skills add https://github.com/abiegamao/abie-budget --skill insforge-cli-abiegamao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill centralizes and streamlines the administration of InsForge backends, enabling operators to configure projects, manage databases, deploy edge functions, handle deployments, and diagnose health from a single command-line interface.

Core Features & Use Cases

  • Authentication and user context management for projects
  • Project lifecycle: create, link, current, list, and metadata
  • Resource provisioning: databases, edge functions, storage, deployments
  • Diagnostics and logs: health checks, metrics, advisor results
  • Output formats: structured JSON suitable for scripting and agents

Quick Start

Install Node.js and run npx @insforge/cli to begin managing your InsForge projects.

Frequently Asked Questions about insforge-cli

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

FAQPage Schema
How do I manage InsForge backend projects from the command line?

You can manage InsForge backend projects from the command line by running npx @insforge/cli to handle project lifecycle operations, authentication, and resource provisioning. It provides deterministic commands for creating, linking, and listing projects.

Does the InsForge CLI support structured JSON output for automation scripts?

Yes, the InsForge CLI supports structured JSON output for automation scripts by appending the --json flag to commands. This enables deterministic parsing of project metadata, database configurations, and deployment logs.

What backend resources can I provision and deploy using a CLI workflow?

Using a CLI workflow, you can provision and deploy databases, edge functions, and storage for your backend projects. The CLI also handles authentication context and tracks deployments across your environments.

How do I run diagnostics and health checks for my backend deployments?

You run diagnostics and health checks for backend deployments by executing the diagnostic commands within the InsForge CLI. This returns health metrics, logs, and advisor results to identify configuration issues.

Do I need Node.js to use the InsForge CLI for backend administration?

Yes, you need Node.js installed to use the InsForge CLI for backend administration. Once Node.js is setup, you can run the CLI via npx to manage projects, databases, and edge functions.