Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 323 Bytes

deployctl

Command line tool for Deno Deploy.

Install

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

Usage

Run a script:

deployctl run ./examples/hello.js

View the help:

deployctl -h