From 5d9ba65a62050614675ea054a170683be9c368c8 Mon Sep 17 00:00:00 2001 From: Victor Carreras <34163765+vicajilau@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:14:09 +0100 Subject: [PATCH] Update documentation (#80) * Update 07-cli.md * Modified upgrade text Co-authored-by: Alexander Sandor <137198655+SandPod@users.noreply.github.com> --------- Co-authored-by: Alexander Sandor <137198655+SandPod@users.noreply.github.com> --- docs/07-cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/07-cli.md b/docs/07-cli.md index ef20230..6ed3330 100644 --- a/docs/07-cli.md +++ b/docs/07-cli.md @@ -27,5 +27,7 @@ $ serverpod [arguments] - **[create-repair-migration](concepts/database/migrations)**: Produces a repair migration derived from the variances between the live database schema and the targeted migration. If no version is specified, the latest migration is used. +- **upgrade**: Upgrade to the latest Serverpod CLI version. + - **version**: Reveals the active Serverpod CLI version.