Skip to content

Commit 3f641e4

Browse files
dwildinglengaumedubelko
authored
feat: add adoption help at end of init message (#2506)
* feat: add adoption help at end of init message * fix: Update charmcraft/application/commands/init.py Co-authored-by: Michael DuBelko <[email protected]> Signed-off-by: Alex Lowe <[email protected]> --------- Signed-off-by: Alex Lowe <[email protected]> Co-authored-by: Alex Lowe <[email protected]> Co-authored-by: Michael DuBelko <[email protected]>
1 parent 310077f commit 3f641e4

File tree

1 file changed

+5
-0
lines changed
  • charmcraft/application/commands

1 file changed

+5
-0
lines changed

charmcraft/application/commands/init.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ def _make_success_message(src_files: list[str]) -> str:
123123
charmcraft.yaml
124124
{src_files_str}
125125
README.md
126+
127+
To manage your charm's dependencies, use uv.
128+
129+
To migrate from the Charm plugin to the uv plugin, see:
130+
https://documentation.ubuntu.com/charmcraft/stable/howto/migrate-plugins/charm-to-uv/
126131
"""
127132

128133

0 commit comments

Comments
 (0)