Releases: denoland/deployctl
1.2.0
What's Changed
- feat: include x-deno-ray in error message by @satyarohith in #108
- feat(deploy): log uploading directory by @kt3k in #112
- docs: Update link for access token by @xdrdak in #114
- chore(docs): improve example by @roj1512 in #116
- fix(action): show x-deno-ray on 500 error by @satyarohith in #118
New Contributors
Full Changelog: 1.1.0...1.2.0
1.1.0
What's new?
- feat: add support for import maps by @lucacasonato in #105
Full Changelog: 1.0.0...1.1.0
1.0.0
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
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
, andtypes
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
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
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
What's new?
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
What's new?
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