generated at
Denoサブコマンド
deno bundle Bundle module and dependencies into single file
deno cache Cache the dependencies
deno coverage Print coverage reports
deno compile Compile the script into a self contained executable
deno completions Generate shell completions
deno doc Show documentation for module
deno eval Eval script
deno fetch Fetch the dependencies
deno fmt Format files
deno help Prints this message or the help of the given subcommand(s)
deno info Show info about cache or info related to source file
deno install Install script as executable
deno lint Lint source files
deno lsp Start the language server
deno run Run a program given a filename or url to the source code
deno test Run tests
deno types Print runtime TypeScript declarations
deno upgrade Upgrade deno executable to newest version