deno vendor  <specifiers...>
Vendor remote modules into a local directory
Arguments
| Name | Description | 
|---|
| specifiers | filepaths | 
Options
| Name | Description | 
|---|
| --output  [output] | The directory to output the vendored modules to | 
| -c, --config  [config] | Specify the configuration file | 
| --import-map  [import-map] | Load import map file | 
| --lock  [lock] | Check the specified lock file | 
| -r, --reload  [reload...] | Reload source code cache (recompile TypeScript) | 
| --cert  [cert] | Load certificate authority from PEM encoded file | 
| -L, --log-level  [log-level] | Set log level | 
| -f, --force | Forcefully overwrite conflicting files in existing output directory | 
| --no-config | Disable automatic loading of the configuration file | 
| -h, --help | Print help information | 
| --unstable | Enable unstable features and APIs | 
| -q, --quiet | Suppress diagnostic output |