From 8bd56f90b84c7686f45459ae8f7cf690721bd60a Mon Sep 17 00:00:00 2001 From: Adam Lewis <23342526+Adam-D-Lewis@users.noreply.github.com> Date: Tue, 9 May 2023 10:32:06 -0500 Subject: [PATCH] document that the upgrade command is for all nebari upgrades (#1794) Co-authored-by: Philip Meier --- nebari/cli/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nebari/cli/main.py b/nebari/cli/main.py index 1ba89558e1..e45e16bb28 100644 --- a/nebari/cli/main.py +++ b/nebari/cli/main.py @@ -444,10 +444,10 @@ def upgrade( ), ): """ - Upgrade your [purple]nebari-config.yaml[/purple] from pre-0.4.0 to 0.4.0. + Upgrade your [purple]nebari-config.yaml[/purple]. + + Upgrade your [purple]nebari-config.yaml[/purple] after an nebari upgrade. If necessary, prompts users to perform manual upgrade steps required for the deploy process. - Due to several breaking changes that came with the 0.4.0 release, this utility is available to help - update your [purple]nebari-config.yaml[/purple] to comply with the introduced changes. See the project [green]RELEASE.md[/green] for details. """ config_filename = Path(config)