Skip to content

Command line tool for Deno Deploy

License

Notifications You must be signed in to change notification settings

cloudless-hq/deployctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 5.6%
  • Makefile 0.8%