Skip to content

Releases: denoland/deployctl

1.2.0

25 May 12:26
60bd59c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

23 Mar 15:50
adb47c0
Compare
Choose a tag to compare

What's new?

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Mar 10:35
febd898
Compare
Choose a tag to compare

What's new?

This release adds the denoland/deployctl GitHub Action. This action can be used to deploy projects right from GitHub Actions with no setup required. Learn more here.

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@1.0.0/deployctl.ts

0.5.0

10 Jan 12:47
766e06b
Compare
Choose a tag to compare

What's new?

This release un-archives this repository again. Instead of for local development, this tool is now used for interacting with the Deno Deploy service from the command line.

  • feat: add deployctl deploy subcommand
  • BREAKING: remove check, run, and types subcommands

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.5.0/deployctl.ts

0.4.0

01 Sep 15:26
67e70e1
Compare
Choose a tag to compare

What's new?

  • feat: notify user about new version (#54)
  • fix: upgrade fetch polyfill to support large files (#58)
  • fix: don't panic on syntax error (#48)

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.4.0/deployctl.ts

0.3.0

22 Apr 19:49
61b96b3
Compare
Choose a tag to compare

What's new?

  • chore: use Deno.serveHttp internally (#42)

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.3.0/deployctl.ts

0.2.0

12 Apr 10:43
8753f7b
Compare
Choose a tag to compare

What's new?

  • feat: support serving local files (#23)
  • fix: handle module resolution errors with --watch (#38)

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.2.0/deployctl.ts

0.1.1

08 Apr 11:21
534d3dd
Compare
Choose a tag to compare

What's new?

  • fix: error on multiple respondWith calls (#31)
  • chore: update the deploy.ns types (#37)

Install

To update an existing installation run deployctl upgrade. To install from scratch run the following:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.1.1/deployctl.ts

0.1.0

29 Mar 08:42
d0523cb
Compare
Choose a tag to compare

What's new?

  • feat(run): add --env flag to load environment variables (#21)
  • chore: delete timer methods from globalThis (#22)

Install

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.1.0/deployctl.ts

0.0.2

26 Mar 11:49
f7520b5
Compare
Choose a tag to compare

What's new?

  • feat: add upgrade subcommand (#14)
  • fix: --help output should go to stdout (#15)

Install

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy@0.0.2/deployctl.ts