Skip to content

Commit 2c1358f

Browse files
authored
Merge pull request #2109 from loft-sh/v6-docs-getting-started
docs: add instructions for upgrading to v6-beta.0
2 parents da3db1a + fbc0629 commit 2c1358f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/pages/getting-started/installation.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ sidebar_label: 1. Download DevSpace
66
import InstallFragment from '../_partials/install-cli.mdx';
77

88
<InstallFragment/>
9+
10+
## Upgrade To DevSpace v6
11+
Since you are viewing the docs for DevSpace v6, make sure to upgrade to DevSpace v6 (currently in beta):
12+
13+
```bash
14+
devspace upgrade --version=v6.0.0-beta.0
15+
```
16+
17+
:::warning Upgrade Required
18+
The rest of this documentation refers to DevSpace v6, so make sure to upgrade. You can always downgrade to v5 using this command: `devspace upgrade --version=v5.18.5`
19+
:::

0 commit comments

Comments
 (0)