You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can show dependencies for a brick by giving a brick name to the deps command:
poly deps brick:git
used by < git > uses
------------- ----
change sh
command util
creator
workspace-clj
ws-file
Sometimes we are interested in showing from which namespace a call is made and/or which functions that are called.
A solution could be to also pass in :fn and list all the function calls:
We can show dependencies for a brick by giving a brick name to the
deps
command:poly deps brick:git
Sometimes we are interested in showing from which namespace a call is made and/or which functions that are called.
A solution could be to also pass in
:fn
and list all the function calls:poly deps brick:git :fn
If passing in
:project
we should show which concrete component that is called.If the brick is not given, we should list all calls for the entire workspace.
It should be possible to extend this functionality to also list library calls.
The text was updated successfully, but these errors were encountered: