Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/cli/src/subcommands/deploy.ts>Args

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias Args
import { type Args } from "https://deno.land/x/netzo@0.5.16/cli/src/subcommands/deploy.ts";
definition: { help: boolean; static: boolean; build: boolean; production: boolean; description: string; exclude: string[]; include: string[]; project: string | null; importMap: string | null; lockFile: string | null; dryRun: boolean; apiKey: string | null; apiUrl?: string; appUrl?: string; }