- deno run --allow-env deno.ts
- deno run --allow-all deno.ts
- deno run -A deno.ts
- deno install --allow-env deno.ts
- deno run -A Drakefile.ts hello
- export DENO_DIR=deno_dir
- deno cache main.ts
- deno run main.ts
- deno run https://mydomain.com/main.ts
- cat main.ts | deno run -
- deno run --watch example.ts