Skip to main content

deployctl

Command line tool for Deno Deploy.

Install

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

Usage

Run a script:

deployctl run ./examples/hello.js

View the help:

deployctl -h