> ## Documentation Index
> Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devbox info

> Display information for a package, including any installed plugins

## Synopsis[​](#synopsis "Direct link to Synopsis")

Devbox info displays all available information from a packages installed plugins, such as
environment variables, configuration files, and services provided by the plugin

```bash theme={null}
devbox info <pkg> [flags]
```

### Options[​](#options "Direct link to Options")

| Option                | Description                                            |
| --------------------- | ------------------------------------------------------ |
| `-c, --config string` | path to directory containing a devbox.json config file |
| `-h, --help`          | help for info                                          |
| `--markdown`          | Output in markdown format                              |
| `-q, --quiet`         | Quiet mode: Suppresses logs.                           |

### SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [devbox](/docs/devbox/cli-reference/devbox/) - Instant, easy, predictable development environments

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/cli-reference/devbox-info/index.mdx)
