Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeploymentConfig

import type { DeploymentConfig } from "https://googleapis.deno.dev/v1/script:v1.ts";

Metadata the defines how a deployment is configured.

interface DeploymentConfig {
description?: string;
manifestFileName?: string;
scriptId?: string;
versionNumber?: number;
}

§Properties

§
description?: string
[src]

The description for this deployment.

§
manifestFileName?: string
[src]

The manifest file name for this deployment.

§
scriptId?: string
[src]

The script project's Drive ID.

§
versionNumber?: number
[src]

The version number on which this deployment is based.