[PR #661] [MERGED] fix: rename secert.ts to secret.ts #20321

Closed
opened 2026-04-15 19:37:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/661
Author: @LovelessCodes
Created: 11/26/2024
Status: Merged
Merged: 11/26/2024
Merged by: @Bekacru

Base: mainHead: patch-2


📝 Commits (2)

  • bf578ad fix: rename secert.ts to secret.ts
  • e58c127 fix: secret command file-name on import

📊 Changes

2 files changed (+1 additions, -1 deletions)

View changed files

📝 packages/cli/src/commands/secret.ts (+0 -0)
📝 packages/cli/src/index.ts (+1 -1)

📄 Description

During release v1.0.4 there was implemented a way for the CLI to generate a secret, for that there was a secert.ts file introduced which included such a command.
I believe it was a typo, and the intended file-name was secret.ts.


🔄 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/661 **Author:** [@LovelessCodes](https://github.com/LovelessCodes) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 11/26/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`bf578ad`](https://github.com/better-auth/better-auth/commit/bf578adb7c1c761b4f676cf283630ea80d6d44c6) fix: rename secert.ts to secret.ts - [`e58c127`](https://github.com/better-auth/better-auth/commit/e58c127c8a0e1658dd51b5c58e87382aac4fe249) fix: secret command file-name on import ### 📊 Changes **2 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/cli/src/commands/secret.ts` (+0 -0) 📝 `packages/cli/src/index.ts` (+1 -1) </details> ### 📄 Description During [release v1.0.4](https://github.com/better-auth/better-auth/releases/tag/v1.0.4) there was implemented a way for the CLI to generate a secret, for that there was a [`secert.ts`](https://github.com/better-auth/better-auth/blob/main/packages/cli/src/commands/secert.ts) file introduced which included such a command. I believe it was a typo, and the intended file-name was `secret.ts`. --- <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-04-15 19:37:21 -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#20321