Skip to content

Commit a0c75e4

Browse files
Update src/commands/database/database.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 97b3b6f commit a0c75e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/database/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const createDatabaseCommand = (program: BaseCommand) => {
9393
if (process.env.EXPERIMENTAL_NETLIFY_DB_ENABLED === '1') {
9494
dbCommand
9595
.command('init')
96-
.description('Initialize a new database for the current site')
96+
.description('Deprecated: databases are auto-provisioned via `@netlify/db`')
9797
.action(async (_options: Record<string, unknown>, _command: BaseCommand) => {
9898
const { log, chalk } = await import('../../utils/command-helpers.js')
9999

0 commit comments

Comments
 (0)