summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2024-09-23fix: error out if a valid flag is passed before a subcommand (#25830)Leo Kettmeir
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek Iwańczuk
2024-09-20fix(cli): Default to auto with --node-modules-dir flag (#25772)Nathan Whitaker
2024-09-20fix(flags): properly error out for urls (#25770)Leo Kettmeir
2024-09-19fix(cli): Only set allow net flag for deno serve if not already allowed all (...Nathan Whitaker
2024-09-18feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)Asher Gomez
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18fix(flags): don't treat empty run command as task subcommand (#25708)Leo Kettmeir
2024-09-18fix: remove --allow-run warning when using deno without args or subcommand (#...HasanAlrimawi
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-13feat(flags): support user provided args in repl subcommand (#25605)Leo Kettmeir
2024-09-12fix: no cmd prefix in help output go links (#25459)Luca Casonato
2024-09-11feat(upgrade): better error message on failure (#25503)Bartek Iwańczuk
2024-09-10fix: add link to env var docs (#25557)Leo Kettmeir
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-07feat(add/install): Flag to add dev dependency to package.json (#25495)Nathan Whitaker
2024-09-06fix(jupyter): allow unstable flags (#25483)Leo Kettmeir
2024-09-05feat(flags): allow double commas to escape values in path based flags (#25453)Leo Kettmeir
2024-09-05feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)Bartek Iwańczuk
2024-09-04feat(install): deno install with entrypoint (#25411)Nathan Whitaker
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-03fix(flags): require global flag for permission flags in install subcommand (#...Leo Kettmeir
2024-09-03fix(install): recommend using `deno install -g` when using a single http url ...Bartek Iwańczuk
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03feat: hide several --unstable-* flags (#25378)Bartek Iwańczuk
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-09-02BREAKING: remove `--allow-none` flag (#25337)Asher Gomez
2024-09-02BREAKING: remove `--trace-ops` (#25344)Asher Gomez
2024-09-02fix: remove entrypoint hack for Deno 2.0 (#25332)David Sherret
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-09-02BREAKING: remove `--ts` flag (#25338)Asher Gomez
2024-09-02BREAKING: remove `--jobs` flag (#25336)Asher Gomez
2024-08-31fix(upgrade): more informative information on invalid version (#25319)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
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