deno cache <file...>

Cache the dependencies

Arguments

NameDescription
filefilepaths

Options

NameDescription
--import-map [import-map]Load import map file
-c, --config [config]Specify the configuration file
--no-check [no-check...]Skip type-checking modules
--check [check...]Type-check modules
-r, --reload [reload...]Reload source code cache (recompile TypeScript)
--lock [lock]Check the specified lock file
--cert [cert]Load certificate authority from PEM encoded file
-L, --log-level [log-level]Set log level
--no-remoteDo not resolve remote modules
--no-configDisable automatic loading of the configuration file
--lock-writeWrite lock file (use with --lock)
-h, --helpPrint help information
--unstableEnable unstable features and APIs
-q, --quietSuppress diagnostic output