summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
2020-07-12feat(cli): add DENO_CERT environment variable (#6370)Oscar Linde
2020-07-12feat(install): add --config flag (#6204)simwipado
2020-07-12feat(doc): Improve terminal printer (#6594)Valentin Anger
2020-07-08feat(cli): json option for "deno info" (#6372)Emmanuel
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07feat(test): Add support for regex in filter flag (#6343)Sebastien Filion
2020-07-07feat: add lockfile support to bundle (#6624)Takahiko Inayama
2020-07-06feat: deno upgrade --output (#6352)crowlKats
2020-07-05feat(cli): Added support for the --cert flag with 'deno upgrade' (#6609)Jacob Gee-Clarke
2020-07-02refactor: lock file (#6569)Bartek Iwańczuk
2020-06-26Re-land "fix(cli): ipv6 parsing for --allow-net params" (#6472)Bartek Iwańczuk
2020-06-25Revert "fix(cli): ipv6 parsing for --allow-net params (#6453)" (#6458)Bartek Iwańczuk
2020-06-24fix(cli): ipv6 parsing for --allow-net params (#6453)Colin Harrington
2020-06-18docs: Update standard library and testing manual pages (#6323)Chris Knight
2020-06-15Fix DENO_DIR docs (#6271)Ryan Dahl
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-12document "deno run -" (#6256)Jaap Aarts
2020-06-12feat(lint): add --rules flag (#6264)Bartek Iwańczuk
2020-06-12docs(lint): add entry in manual (#6258)Bartek Iwańczuk
2020-06-10feat(lint): use default globs, upgrade to v0.1.9 (#6222)Bartek Iwańczuk
2020-06-09upgrade: deno_lint v0.1.8 (#6208)Bartek Iwańczuk
2020-06-08Adjusting the HTTPS_PROXY flag text (#6103)Faycel
2020-06-08feat: "deno lint" subcommand (#6125)Bartek Iwańczuk
2020-06-06feat: deno eval -p (#5682)Ryan Dahl
2020-06-05deno test should run mjs files (#6122)Taisuke Fukuno
2020-05-29fix(cli/permissions): Fix CWD and exec path leaks (#5642)Nayeem Rahman
2020-05-21docs: fix test glob pattern (#5661)Maple Miao
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
2020-05-16fix some unwrap() in Rust (#5485)Yiyu Lin
2020-05-10fix: remove default --allow-read perm for deno test (#5208)Bartek Iwańczuk
2020-05-09feat(upgrade): allow specifying a version (#5156)crowlKats
2020-05-07feat(bundle): add --config flag (#5130)Bartek Iwańczuk
2020-05-04feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support (...David Sherret
2020-05-04fix(install): Propagate --unstable flag (#5061)Divya
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
2020-05-01BREAKING: feat(cli/installer): Support guessing the executable name (#5036)Nayeem Rahman
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28Make import maps unstable (#4934)Luca Casonato
2020-04-27feat(test): add quiet flag (#4894)Ali Hasani
2020-04-25introduce unstable flag, make a few things unstable (#4892)Ryan Dahl
2020-04-16feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)Nayeem Rahman
2020-04-09feat(cli/doc): Support doc for runtime built-ins (#4635)Nayeem Rahman
2020-04-07BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)Akshat Agarwal
2020-04-07feat: add --importmap flag to deno bundle (#4651)Bartek Iwańczuk
2020-04-03Make inspector more robust, add --inspect-brk support (#4552)Bert Belder
2020-04-02feat: deno test --filter (#4570)Ryan Dahl
2020-04-01fix(#4554): use --inspect in repl & eval (#4562)木杉
2020-03-28feat: Add "deno doc" subcommand (#4500)Bartek Iwańczuk
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
2020-03-23feat: first pass at "deno upgrade" (#4328)bartOssh