UNPKG

@teambit/workspace

Version:
20 lines (19 loc) 516 B
import type { Command } from '@teambit/cli'; import type { Workspace } from '../workspace'; export declare class EnvsUpdateCmd implements Command { private workspace; name: string; description: string; arguments: { name: string; description: string; }[]; examples: { cmd: string; description: string; }[]; options: never[]; group: string; constructor(workspace: Workspace); report([aspectId, pattern]: [string, string]): Promise<string>; }