insforge-cli

Installation
Summary

Backend infrastructure management for InsForge projects via command-line interface.

  • Manage databases with raw SQL execution, schema inspection, RLS policies, and import/export capabilities
  • Deploy and invoke serverless edge functions, create and manage storage buckets, and handle file uploads/downloads
  • Deploy frontend applications with environment variable configuration across multiple frameworks (Vite, Next.js, Create React App, Astro, SvelteKit)
  • Create and monitor scheduled cron jobs (5-field format) with secret references in headers, manage secrets with soft-delete and expiration, and view backend logs across multiple sources
  • Requires authentication via insforge login and project linking via insforge create or insforge link before any operations
SKILL.md

InsForge CLI

Command-line tool for managing InsForge Backend-as-a-Service projects.

Critical: Always Use npx (No Global Install)

NEVER install the CLI globally (npm install -g @insforge/cli). Always run commands via npx:

npx @insforge/cli <command>

This ensures the latest version is always used without global install issues (permissions, PATH, node version mismatches).

Session start — verify authentication and project:

npx @insforge/cli whoami    # verify authentication
npx @insforge/cli current   # verify linked project
Related skills
Installs
8.2K
GitHub Stars
19
First Seen
Feb 25, 2026