Works with
•JSR Score47%•It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads36/wk
•Published5 days ago (0.0.84)
deploy-cli
The implementation of deno deploy subcommand.
How this works
The source code of this repository is published to https://jsr.io/@deno/deploy
deno deploy subcommand executes the main entrypoint of jsr:@deno/deploy
ref.
How to develop
Set the file url of main.ts of your local copy of this repository to
DENO_DEPLOY_CLI_SPECIFIER env var. e.g.
DENO_DEPLOY_CLI_SPECIFIER=file:///path/to/deploy-cli/main.ts, or run
source dev_env.sh at the root of this repo (This sets
DENO_DEPLOY_CLI_SPECIFIER)
Then deno deploy subcommand uses your local copy as its implementation.
Add Package
deno add jsr:@deno/deploy
Import symbol
import * as deploy from "@deno/deploy";
Import directly with a jsr specifier
import * as deploy from "jsr:@deno/deploy";
Add Package
pnpm i jsr:@deno/deploy
pnpm dlx jsr add @deno/deploy
Import symbol
import * as deploy from "@deno/deploy";
Add Package
yarn add jsr:@deno/deploy
yarn dlx jsr add @deno/deploy
Import symbol
import * as deploy from "@deno/deploy";
Add Package
vlt install jsr:@deno/deploy
Import symbol
import * as deploy from "@deno/deploy";
Add Package
npx jsr add @deno/deploy
Import symbol
import * as deploy from "@deno/deploy";
Add Package
bunx jsr add @deno/deploy
Import symbol
import * as deploy from "@deno/deploy";