Skip to content

Commit b560648

Browse files
Merge pull request #23 from BunnyWay/db-create-success-
feat(db/create): show next steps on success
2 parents 9cbf8ae + 2add08f commit b560648

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/strict-wasps-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bunny.net/cli": patch
3+
---
4+
5+
add get started and shell instructions on successfull database creation

packages/cli/src/commands/db/create.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,8 @@ export const dbCreateCommand = defineCommand<CreateArgs>({
309309
logger.success(`Database created.`);
310310
logger.log();
311311
logger.log(formatKeyValue(entries, output));
312+
logger.log();
313+
logger.dim(` Get started: bunny db quickstart ${data.db_id}`);
314+
logger.dim(` Open shell: bunny db shell ${data.db_id}`);
312315
},
313316
});

0 commit comments

Comments
 (0)