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 generatordeno fmt
-- code formatterdeno info
-- dependency inspectordeno init
deno install
deno jupyter
deno lint
-- linterdeno lsp
-- language serverdeno publish
-- publish modules to JSRdeno repl
-- interactive read-eval-print-loopdeno run
deno serve
deno task
-- task runnerdeno test
-- test runnerdeno types
deno uninstall
deno upgrade