UNPKG

480 BTypeScriptView Raw
1import Vorpal = require('vorpal');
2import { Args } from "vorpal";
3import { JovoCliPlatform } from 'jovo-cli-core';
4export declare function getAllAvailable(): string[];
5export declare function getAll(platform?: string, stage?: string): string[];
6export declare function get(name: string): JovoCliPlatform;
7export declare function addCliOptions(command: string, vorpalCommand: Vorpal.Command): void;
8export declare function validateCliOptions(command: string, args: Args): boolean;