summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-21feat(flags): improve help output and make `deno run` list tasks (#25108)Leo Kettmeir
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-19fix(lint): support linting tsx/jsx from stdin (#24955)Yazan AbdAl-Rahman
2024-08-19feat(watch): add watch paths to test subcommand (#24771)Łukasz Czerniawski
2024-08-19feat(upgrade): support `deno upgrade 1.46.0` (#25096)Bartek Iwańczuk
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-16refactor: show release channel in `deno --version` (#25061)Bartek Iwańczuk
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)Bartek Iwańczuk
2024-08-15feat: `deno compile --icon <ico>` (#25039)Divy Srivastava
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-12feat: `deno upgrade --rc` (#24905)Bartek Iwańczuk
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08feat: treat bare deno command with run arguments as deno run (#24887)Leo Kettmeir
2024-08-08feat(cli): Add --env-file as alternative to --env (#24555)Birk Skyum
2024-08-08feat: support short flags for permissions (#24883)Ryan Dahl
2024-08-08feat: deno clean (#24950)David Sherret
2024-08-02feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)David Sherret
2024-08-02fix(cli): shorten examples in help text (#24374)i-api
2024-08-02feat(test): rename --allow-none to --permit-no-files (#24809)Luca Casonato
2024-08-02feat(fmt): support YAML (#24717)Pig Fang
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-07-29fix(cli): Unhide publish subcommand help string (#24787)Ryan B.
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-11chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)David Sherret
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez
2024-07-09feat(cli): `deno init --lib` (#22499)muddlebee
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-08feat: add `__tests__` to test file detection defaults (#24443)Marvin Hagemeister
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-07-05feat: Deprecate --lock-write flag (#24436)Bartek Iwańczuk
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-04docs(console): More clearly indicate the contents of DENO_CERT (#24091)Andreas Kohn
2024-05-23feat(cli/test): `deno test --clean` (#23519)Asher Gomez
2024-05-23feat: add lowercase `-v` version flag (#23750)David Sherret
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret