Separate deno graph
from deno info
#10628
Labels
suggestion
suggestions for new features (yet to be agreed)
deno graph
from deno info
#10628
The
deno info
subcommand should only output cache info and for a single module at a time. We should have a separatedeno graph
subcommand for outputting the dependency graph of a module.deno info
. I propose thatdeno info
doesn't implicitly invokedeno cache
(which it would no longer need to), and should show null cache file paths for uncached modules. You can instead calldeno cache <url> && deno info <url>
for the current behaviour. This design can be applied to query the state of the cache, which partially satisfies feature requests like [Proposal] Deno command to manage modules in cache #5600.This would be a 2.0 change.The text was updated successfully, but these errors were encountered: