Skip to content

Commit

Permalink
feat: printing resolved dependencies when using resolve-deps flag wih…
Browse files Browse the repository at this point in the history
… get-app
  • Loading branch information
Aradhya-Tripathi authored and saxenabhishek committed Feb 28, 2022
1 parent 5b64175 commit 95b0834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ def get_app(

if resolve_deps:
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:
# Todo: Make frappe a terminal dependency for all frappe apps.
frappe_path, frappe_branch = resolution["frappe"].url, resolution["frappe"].tag
Expand Down

0 comments on commit 95b0834

Please sign in to comment.