We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f089eb commit 09850aeCopy full SHA for 09850ae
1 file changed
runtime/reference/cli/info.md
@@ -1,5 +1,5 @@
1
---
2
-last_modified: 2026-03-12
+last_modified: 2026-05-16
3
title: "deno info"
4
oldUrl:
5
- /runtime/manual/tools/dependency_inspector/
@@ -15,6 +15,11 @@ description: "Inspect the dependencies of your project"
15
[Modules](/runtime/fundamentals/modules/) for more about how Deno resolves and
16
caches dependencies.
17
18
+When you pass a local file, `deno info <file>` automatically discovers a
19
+`deno.json` or `deno.jsonc` configuration file in the current directory or a
20
+parent directory. Use `--config <file>` to specify a different configuration
21
+file, or `--no-config` to disable automatic config discovery.
22
+
23
## Example
24
25
```sh
0 commit comments