You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/cli/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,11 @@ Usage:
11
11
Flags:
12
12
-c, --config string Path to drizzle config file
13
13
--debug Enable log output (default: false)
14
-
--save-dir string Directory to save the visualizer data (default: ".drizzle-lab")
15
-
--project-id string A unique identifier for the current visualized project. It is used as filename to save the visualizer state.
14
+
--save-dir string Directory to save the visualizer data (default: ".drizzle")
15
+
--project-id string A unique identifier for the current visualized project. It is used as filename to save the visualizer state. (default: "visualizer")
16
16
--ts-config string Path to tsconfig.json. It is used to resolve TypeScript paths aliases. (default: "./tsconfig.json")
17
17
-p, --port number Port to run visualizer on (default: 64738)
0 commit comments