[PR #8499] feat(cli): studio command #8018

Open
opened 2026-03-13 13:56:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8499
Author: @jslno
Created: 3/8/2026
Status: 🔄 Open

Base: canaryHead: studio-cmd


📝 Commits (7)

  • 63c9bdd feat(cli): add studio command
  • 5b31f4d chore: update
  • 4a8e8bd chore: cleanup
  • e663fe6 Merge branch 'canary' into studio-cmd
  • a23d526 chore: cleanup
  • 703f131 chore: cleanup
  • d761e09 Merge remote-tracking branch 'upstream/canary' into studio-cmd

📊 Changes

11 files changed (+1018 additions, -47 deletions)

View changed files

📝 .cspell/tech-terms.txt (+1 -0)
📝 knip.jsonc (+2 -1)
📝 packages/cli/package.json (+2 -0)
📝 packages/cli/src/commands/login.ts (+240 -14)
packages/cli/src/commands/studio/client.ts (+169 -0)
packages/cli/src/commands/studio/index.ts (+369 -0)
packages/cli/src/commands/studio/schemas.ts (+50 -0)
📝 packages/cli/src/index.ts (+2 -0)
📝 packages/cli/src/utils/helper.ts (+11 -0)
packages/cli/src/utils/storage.ts (+134 -0)
📝 pnpm-lock.yaml (+38 -32)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8499 **Author:** [@jslno](https://github.com/jslno) **Created:** 3/8/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `studio-cmd` --- ### 📝 Commits (7) - [`63c9bdd`](https://github.com/better-auth/better-auth/commit/63c9bdd4b407054f9ad3e46074a6be6f415b715c) feat(cli): add studio command - [`5b31f4d`](https://github.com/better-auth/better-auth/commit/5b31f4dd872b029ce290cac74e834673e9ffced8) chore: update - [`4a8e8bd`](https://github.com/better-auth/better-auth/commit/4a8e8bd2f11f7223041ef82f7b73275966ae0a91) chore: cleanup - [`e663fe6`](https://github.com/better-auth/better-auth/commit/e663fe6ec146b66131dc9a5666335c29de32fbdf) Merge branch 'canary' into studio-cmd - [`a23d526`](https://github.com/better-auth/better-auth/commit/a23d526fabb329ae81d384c45442b44a4105bbc5) chore: cleanup - [`703f131`](https://github.com/better-auth/better-auth/commit/703f13112cf68386b2c47dee9fc2a4a708e80d99) chore: cleanup - [`d761e09`](https://github.com/better-auth/better-auth/commit/d761e099020fb887a5a5a2b5b292ea4a1831db2d) Merge remote-tracking branch 'upstream/canary' into studio-cmd ### 📊 Changes **11 files changed** (+1018 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/tech-terms.txt` (+1 -0) 📝 `knip.jsonc` (+2 -1) 📝 `packages/cli/package.json` (+2 -0) 📝 `packages/cli/src/commands/login.ts` (+240 -14) ➕ `packages/cli/src/commands/studio/client.ts` (+169 -0) ➕ `packages/cli/src/commands/studio/index.ts` (+369 -0) ➕ `packages/cli/src/commands/studio/schemas.ts` (+50 -0) 📝 `packages/cli/src/index.ts` (+2 -0) 📝 `packages/cli/src/utils/helper.ts` (+11 -0) ➕ `packages/cli/src/utils/storage.ts` (+134 -0) 📝 `pnpm-lock.yaml` (+38 -32) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:56:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#8018