You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
fix(link): poll for real database password after project becomes active (#122). Fixes first-link masked DATABASE_URL for freshly-created cloud projects — the platform sets `status=active` before the password generator populates, so `/api/metadata/database-password` would briefly return `********` itself and our splice silently no-op'd. Now we detect the mask and poll up to ~20s for the real value.
feat(cli): config-as-code via `insforge config export|plan|apply` (#109). Manage auth-side settings (allowed redirect URLs, etc.) declaratively in `insforge.toml`, with structured per-section diff and capability probing so an older backend doesn't silently drop fields.