Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion runtime/reference/cli/info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified: 2026-03-12
last_modified: 2026-05-16
title: "deno info"
oldUrl:
- /runtime/manual/tools/dependency_inspector/
Expand All @@ -15,6 +15,11 @@ description: "Inspect the dependencies of your project"
[Modules](/runtime/fundamentals/modules/) for more about how Deno resolves and
caches dependencies.

When you pass a local file, `deno info <file>` automatically discovers a
`deno.json` or `deno.jsonc` configuration file in the current directory or a
parent directory. Use `--config <file>` to specify a different configuration
file, or `--no-config` to disable automatic config discovery.

## Example

```sh
Expand Down
Loading