Skip to content

Commit 30e0034

Browse files
committed
[docs] Add brief most important chage list to migration doc
1 parent 6318fcf commit 30e0034

File tree

1 file changed

+7
-0
lines changed
  • packages/exoframe-website/docs/migrating

1 file changed

+7
-0
lines changed

packages/exoframe-website/docs/migrating/6-to-7.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ sidebar_position: 1
44

55
# Migrating from v6 to v7
66

7+
## TL;DR
8+
9+
- Exoframe CLI now required `deploy` subcommand to be explicitly passed. So, instead of `exoframe [-u] [folder]` you'd have to do `exoframe deploy [-u] [folder]`
10+
- Config for both Exoframe CLI and Exoframe Server is now located under `$XDG_CONFIG_HOME/exoframe` instead of `$HOME/.exoframe`
11+
- Traefik update to v3
12+
- All deps updated to latest versions (Exoframe v7 also works on Node 25)
13+
714
## Breaking changes at a glance
815

916
- **Node 18+ required**: v7 switched the CLI/server codebase to native ESM. Make sure your local Node version (and the server host) runs Node 18 or newer before updating.

0 commit comments

Comments
 (0)