summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
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
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-17fix: add `DENO_FUTURE` to `deno --help` (#23368)Asher Gomez
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-04fix(cli): update `deno doc` help to fit current usage (#23224)JOTSR
2024-04-04refactor(flags): prepare for deno install changes (#23217)Bartek Iwańczuk
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
2024-03-22perf(cli): use args_os (#23039)Matt Mastracci
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-08fix(publish): typo in `--allow-dirty` help text (#22799)mimikun
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava