diff options
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md new file mode 100644 index 000000000..5d42314de --- /dev/null +++ b/docs/administration/CLI_tasks/frontend.md @@ -0,0 +1,9 @@ +# Managing frontends + +`mix pleroma.frontend install kenoma --ref=stable` + +`develop` and `stable` refs are special: they are not necessary `develop` or +`stable` branches of the chosen frontend repo, but are smart aliases for either +default branch of a frontend repo (develop), or latest release in a repo (stable). + +Only refs that have been built with Gitlab CI can be installed
\ No newline at end of file |