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
Documents how to connect to MotherDuck using the CLI via the create-duckdb command with --database-path and --mother-duck-token options. Aligns with malloy-cli PR #124.
Copy file name to clipboardExpand all lines: src/documentation/setup/cli.malloynb
+40-2Lines changed: 40 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ malloy-cli --help
28
28
29
29
The CLI stores its own configuration separately from VS Code in `~/.config/malloy/config.json`.
30
30
31
-
**Note:** The CLI does not support environment variables for connection configuration. Use the CLI commands below to manage connections.
31
+
**Note:** The CLI does not support environment variables for connection configuration (except for MotherDuck, which can use `MOTHERDUCK_TOKEN`). Use the CLI commands below to manage connections.
0 commit comments