Skip to content

Commit

Permalink
bump cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Nov 28, 2024
1 parent 8fd9d54 commit 272cbe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions apps/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Usage:
Flags:
-c, --config string Path to drizzle config file
--debug Enable log output (default: false)
--save-dir string Directory to save the visualizer data (default: ".drizzle-lab")
--project-id string A unique identifier for the current visualized project. It is used as filename to save the visualizer state.
--save-dir string Directory to save the visualizer data (default: ".drizzle")
--project-id string A unique identifier for the current visualized project. It is used as filename to save the visualizer state. (default: "visualizer")
--ts-config string Path to tsconfig.json. It is used to resolve TypeScript paths aliases. (default: "./tsconfig.json")
-p, --port number Port to run visualizer on (default: 64738)
-e, --env-path string Path to a .env file

Global flags:
-h, --help help for visualizer
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-lab",
"version": "0.9.0",
"version": "0.10.0",
"description": "Drizzle Lab CLI",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 272cbe1

Please sign in to comment.