UNPKG

jovo-cli

Version:
9 lines (8 loc) 253 B
import { Command } from '@oclif/command'; import { InputFlags } from 'jovo-cli-core'; export declare class Deploy extends Command { static description: string; static examples: string[]; static flags: InputFlags; run(): Promise<void>; }