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
Currently the tool invokes bazel dump --skyframe for you, but it would be good to also have a mode where you can import from a file that you previously dumped yourself. This could be convenient for extracting a Skyframe dump from an environment where it's awkward to run Skyscope (e.g. if you need to install graphviz etc to get it running). For example:
# On build machine:
bazel dump --skyframe >skyframe.dump
# On developer machine:
skyscope import-skyframe-file skyframe.dump
The text was updated successfully, but these errors were encountered:
Currently the tool invokes
bazel dump --skyframe
for you, but it would be good to also have a mode where you can import from a file that you previously dumped yourself. This could be convenient for extracting a Skyframe dump from an environment where it's awkward to run Skyscope (e.g. if you need to installgraphviz
etc to get it running). For example:The text was updated successfully, but these errors were encountered: