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 loginand project linking viainsforge createorinsforge linkbefore 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
More from insforge/agent-skills
insforge
>-
8.2Kinsforge-debug
>-
4.8Kinsforge-integrations
>-
4.1Kskill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
36