summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/frontend.md
blob: d2c183d5b9ff7b842c3745a9eb82a0e41dfb6413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Managing frontends

{! backend/administration/CLI_tasks/general_cli_task_info.include !}

## Download the latest frontend

This downloads a snapshot of the latest Pleroma-FE for a given reference and writes it to the `static_dir`. In a default setup, this means that this snapshot will be served as the frontend by the backend.

```sh tab="OTP"
 ./bin/pleroma_ctl pleroma.frontend download [<options>]
```

```sh tab="From Source"
mix pleroma.frontend download [<options>]
```

### Options
- `--reference <reference>` - Specify the reference that will be downloaded. Defaults to `master`.