Skip to main content
Home

@deno/deploy@0.0.84

latest
Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score47%
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.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@deno/deploy

Import symbol

import * as deploy from "@deno/deploy";
or

Import directly with a jsr specifier

import * as deploy from "jsr:@deno/deploy";

Add Package

pnpm i jsr:@deno/deploy
or (using pnpm 10.8 or older)
pnpm dlx jsr add @deno/deploy

Import symbol

import * as deploy from "@deno/deploy";

Add Package

yarn add jsr:@deno/deploy
or (using Yarn 4.8 or older)
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";