deno info [file]
Show info about cache or info related to source file
Arguments
Name | Description |
---|
file | filepaths |
Options
Name | Description |
---|
-r, --reload [reload...] | Reload source code cache (recompile TypeScript) |
--cert [cert] | Load certificate authority from PEM encoded file |
--location [location] | Show files used for origin bound APIs like the Web Storage API when running a script with '--location=<HREF>' |
--no-check [no-check...] | Skip type-checking modules |
-c, --config [config] | Specify the configuration file |
--import-map [import-map] | Load import map file |
-L, --log-level [log-level] | Set log level |
--no-config | Disable automatic loading of the configuration file |
--json | UNSTABLE: Outputs the information in JSON format |
-h, --help | Print help information |
--unstable | Enable unstable features and APIs |
-q, --quiet | Suppress diagnostic output |