Releases: InsForge/CLI
Releases · InsForge/CLI
v0.1.33
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
v0.1.31
- Remove auto global CLI install (
npm install -g) afterlinkandcreate— 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
fix: rename db_int.sql to db_init.sql for template migrations
v0.1.29
Auto-run template database migrations (no confirmation prompt)
v0.1.28
- Add CRM and E-Commerce GitHub templates to
insforge create - Auto-run database migrations in
--json(non-interactive) mode - Extract shared
runRawSqlhelper for SQL execution
v0.1.26
- Seed
NEXT_PUBLIC_APP_URLwithappkey.insforge.siteduring project creation - Template OAuth callback uses
NODE_ENVinstead ofVERCEL_URLfallback
v0.1.25
- Validate
--templateflag — 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
- Auto-read env vars from .env.local / .env.production / .env during
insforge createdeploy step - Read .env.example from GitHub templates instead of hardcoding env var names
v0.1.23
- Read .env.example from GitHub templates instead of hardcoding env vars
- Supports any env var prefix (NEXT_PUBLIC_, VITE_, etc.)