Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions references/lightdash-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ You can make changes to the code and upload these changes back to your Lightdash
- `--language-map` or `-l`
- (default: false)
- generate `<item name>.language.map.yml` for the downloaded charts and dashboards with all translatable text from charts and dashboards
- `--nested`
- (default: false)
- split downloaded content into sub-folders matching the spaces in your project

**Examples:**

Expand Down Expand Up @@ -639,6 +642,12 @@ You can also use relative paths like:
lightdash download -p ../
```

Download all charts and dashboards organized by space.

```bash
lightdash download --nested
```

Download all charts and dashboards from a specific project with language maps.

```bash
Expand Down Expand Up @@ -676,6 +685,9 @@ If there have been changes made to a chart or dashboard in the application that
- `--validate`
- (default: false)
- Validate charts and dashboards after upload and display any validation errors
- `--nested`
- (default: false)
- expect content to be organized in sub-folders matching the spaces in your project (use this if content was downloaded with `--nested`)

**Examples:**

Expand Down
Loading