The implementation of deno deploy subcommand.
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.
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.