We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b3b6f commit a0c75e4Copy full SHA for a0c75e4
src/commands/database/database.ts
@@ -93,7 +93,7 @@ export const createDatabaseCommand = (program: BaseCommand) => {
93
if (process.env.EXPERIMENTAL_NETLIFY_DB_ENABLED === '1') {
94
dbCommand
95
.command('init')
96
- .description('Initialize a new database for the current site')
+ .description('Deprecated: databases are auto-provisioned via `@netlify/db`')
97
.action(async (_options: Record<string, unknown>, _command: BaseCommand) => {
98
const { log, chalk } = await import('../../utils/command-helpers.js')
99
0 commit comments