CLI Command Reference
The Deno CLI provides a number of helpful utilities in addition to running Deno programs. These tools are listed below. You may also want to check out our list of unstable feature flags, which give early access to new Deno features before they are finalized.
- deno bench
- deno bundle
- deno cache
- deno check
- deno compile
- deno coverage
- deno doc-- documentation generator
- deno fmt-- code formatter
- deno info-- dependency inspector
- deno init
- deno install
- deno jupyter
- deno lint-- linter
- deno lsp-- language server
- deno publish-- publish modules to JSR
- deno repl-- interactive read-eval-print-loop
- deno run
- deno serve
- deno task-- task runner
- deno test-- test runner
- deno types
- deno uninstall
- deno upgrade
- deno vendor-- vendoring dependencies