Skip to content

Commit

Permalink
document that the upgrade command is for all nebari upgrades (#1794)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
Adam-D-Lewis and pmeier authored May 9, 2023
1 parent 18e7eaa commit 8bd56f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nebari/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8bd56f9

Please sign in to comment.