Last 12 weeks · 0 commits
2 of 6 standards met
Summary Adds a stderr warning on every CLI run notifying users that is for Deno Deploy Classic only and that the new platform uses Interactive terminals see the warning every run; non-interactive environments (CI) see it once per day via a cache file Users can suppress the warning entirely with Updates help text to say "Deno Deploy Classic" instead of "Deno Deploy" Test plan [ ] Run — warning should appear on stderr [ ] Run — help text should say "Deno Deploy Classic" [ ] Run — no warning [ ] Run twice — warning shows first time, not second (cached for 24h)
Closes #350 PS: the diff is not that huge, most of the changed files are due to the addition of a jsonc parser package in the node_module directory* Features: Add a new option Auto-discovery of / from the root file If the deno config file exists, then defaults to defaults to defaults to defaults to defaults to If it contains a field, it is saved as JSON to , allowing use of JSONC deno config file since using them directly in would cause parsing issues if there is comments Changes: Added as dependency Modified the workflow to have the test project as variable so it's easier for contributor to test their code Updated docs about the new feature Added a new test case to cover this new feature Side note: since the deno config is discovered it allows for a really clean workflow, and also if user test their deployment from the CLI version (which populates the "deploy" section of deno config) then they'll have the same "experience" on the GA version. It may or may not be considered a breaking change, since the config file was totally ignored before, so it could change they way if work if inputs were explicit
Repository: denoland/deployctl. Description: Command line tool for Deno Deploy Stars: 367, Forks: 60. Primary language: TypeScript. Languages: TypeScript (64.7%), JavaScript (35.3%). License: MIT. Homepage: https://deno.com/deploy Topics: deno, deno-deploy. Latest release: 1.13.1 (1y ago). Open PRs: 11, open issues: 89. Last activity: 5mo ago. Community health: 37%. Top contributors: arnauorriols, lucacasonato, magurotuna, satyarohith, kt3k, rojvv, uki00a, willnewby, ry, lucab and others.