create-sailor 1.6.1 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -70,7 +70,7 @@ npm create sailor@latest my-app \
70
70
  | Flag | Values | Default |
71
71
  |------|--------|---------|
72
72
  | `--region` | `global` · `cn` · `hybrid` | `global` |
73
- | `--auth` | `clerk` · `betterauth` · `none` | `clerk` |
73
+ | `--auth` | `clerk` · `betterauth` · `nextauth` · `supabase` · `none` | `clerk` |
74
74
  | `--social-login` | `wechat,qq,dingtalk,workweixin,feishu,weibo` (comma-sep) | none |
75
75
  | `--payment` | `stripe` · `lemon` · `wechat` · `alipay` · `none` | region-based |
76
76
  | `--ai` | expert/non-interactive provider seed, comma-separated ids; omit it to use the governed gateway topology | gateway seed |
@@ -95,6 +95,7 @@ npm create sailor@latest my-app \
95
95
  | `--metering` | `auto` · `on` · `off` | `auto` |
96
96
  | `--billing-mode` | `usage` · `seat` · `credits` | `usage` |
97
97
  | `--idp` | `clerk` · `oauth-server` | `clerk` |
98
+ | `--access-gate` | `none` · `invite` | `none` |
98
99
  | `--cron-jobs` | `true` · `false` — scaffold scheduled cron handlers | `true` |
99
100
  | `--audit-log` | `true` · `false` — enable `/settings/audit-log` + arch test | `true` |
100
101
  | `--api-keys` | `true` · `false` — enable `/settings/api-keys` page | `true` |