Skip to content

Releases: InsForge/CLI

v0.1.33

30 Mar 02:22

Choose a tag to compare

What's Changed

  • fix: auto re-authenticate when token refresh fails by @tonychang04 in #33

Full Changelog: v0.1.32...v0.1.33

v0.1.32

27 Mar 21:34
83b1ed0

Choose a tag to compare

What's Changed

  • feat: add insforge diagnose command for backend health diagnostics by @jwfing in #32

Full Changelog: v0.1.31...v0.1.32

v0.1.31

25 Mar 01:01
b4bb6ad

Choose a tag to compare

  • Remove auto global CLI install (npm install -g) after link and create — fixes stale npx cache issue
  • Show user identity in permission errors: "You're logged in as X, and you don't have access to project Y"

v0.1.30

21 Mar 06:36

Choose a tag to compare

fix: rename db_int.sql to db_init.sql for template migrations

v0.1.29

21 Mar 04:22

Choose a tag to compare

Auto-run template database migrations (no confirmation prompt)

v0.1.28

21 Mar 04:17

Choose a tag to compare

  • Add CRM and E-Commerce GitHub templates to insforge create
  • Auto-run database migrations in --json (non-interactive) mode
  • Extract shared runRawSql helper for SQL execution

v0.1.26

19 Mar 22:12

Choose a tag to compare

  • Seed NEXT_PUBLIC_APP_URL with appkey.insforge.site during project creation
  • Template OAuth callback uses NODE_ENV instead of VERCEL_URL fallback

v0.1.25

19 Mar 21:51

Choose a tag to compare

  • Validate --template flag — invalid values now error instead of silently falling back to React
  • Env var regex matches names with digits (e.g. API_KEY_V2)
  • Strip surrounding quotes from env file values before deploying

v0.1.24

19 Mar 21:40

Choose a tag to compare

  • Auto-read env vars from .env.local / .env.production / .env during insforge create deploy step
  • Read .env.example from GitHub templates instead of hardcoding env var names

v0.1.23

19 Mar 21:04

Choose a tag to compare

  • Read .env.example from GitHub templates instead of hardcoding env vars
  • Supports any env var prefix (NEXT_PUBLIC_, VITE_, etc.)