UNPKG

@swell/cli

Version:

Swell's command line interface/utility

17 lines (16 loc) 524 B
import { PushAppCommand } from '../../push-app-command.js'; export default class AppRelease extends PushAppCommand { static args: { version: import("@oclif/core/lib/interfaces/parser.js").Arg<string | undefined, Record<string, unknown>>; }; static description: string; static examples: string[]; static flags: any; static summary: string; static orientation: { env: string; }; run(): Promise<void>; validateReleaseDetails(): void; private validateCreateVersion; }