$ deno --help
$ deno help [サブコマンド名]
run
など)を入力すると、そのコマンドの使い方を見ることができる$ deno <サブコマンド名> --help
$ deno upgrade
$ deno run <ファイル名>
$ deno run --check <ファイル名>
$ deno bundle <ファイル名>
$ deno bundle --watch <ファイル名>
$ deno fmt <ファイル名>
$ deno fmt --watch <ファイル名>
$ deno info <ファイル名>