mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
feat: printing resolved dependencies when using resolve-deps flag wih get-app
This commit is contained in:
parent
5b641758cf
commit
95b0834932
@ -363,6 +363,8 @@ def get_app(
|
|||||||
|
|
||||||
if resolve_deps:
|
if resolve_deps:
|
||||||
resolution = make_resolution_plan(app, bench)
|
resolution = make_resolution_plan(app, bench)
|
||||||
|
click.secho("Apps to be installed:", fg="yellow")
|
||||||
|
print("\n".join([app.name for app in reversed(resolution.values())]))
|
||||||
if "frappe" in resolution:
|
if "frappe" in resolution:
|
||||||
# Todo: Make frappe a terminal dependency for all frappe apps.
|
# Todo: Make frappe a terminal dependency for all frappe apps.
|
||||||
frappe_path, frappe_branch = resolution["frappe"].url, resolution["frappe"].tag
|
frappe_path, frappe_branch = resolution["frappe"].url, resolution["frappe"].tag
|
||||||
|
Loading…
Reference in New Issue
Block a user