Skip to content

Commit aff10c2

Browse files
author
Caleb Barnes
committed
update db command help text
1 parent 5087f60 commit aff10c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/commands/database/database.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ export type SiteInfo = {
2020
}
2121

2222
export const createDatabaseCommand = (program: BaseCommand) => {
23-
const dbCommand = program.command('db').alias('database').description(`TODO: write description for database command`)
23+
const dbCommand = program
24+
.command('db')
25+
.alias('database')
26+
.description(`Provision a production ready Postgres database with a single command`)
2427

2528
dbCommand
2629
.command('init')

0 commit comments

Comments
 (0)