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
Get the current active project that the CLI is configured to use.
194
+
195
+
```bash
196
+
lightdash config get-project
197
+
```
198
+
199
+
This command displays the project that is currently set for CLI operations. Use this to verify which project will be affected by commands like `lightdash validate`, `lightdash preview`, and `lightdash deploy`.
200
+
201
+
### `lightdash config list-projects`
202
+
203
+
List all non-preview projects in your organization.
204
+
205
+
```bash
206
+
lightdash config list-projects
207
+
```
208
+
209
+
This command displays all available projects (excluding preview projects) that you can select using `lightdash config set-project`.
210
+
189
211
### `lightdash compile`
190
212
191
213
Compile Lightdash resources using your local project and database credentials. dbt gets compiled first, then your Lightdash explores. If you use [dbt node selection](#dbt-node-selection) to only compile a subset of models, Lightdash will also compile models joined to those models to ensure no field references are broken.
0 commit comments