UNPKG

@microfox/cli

Version:

Universal CLI tool for creating modern TypeScript packages with npm availability checking

6 lines (4 loc) 241 B
declare function statusCommand(runId: string): Promise<void>; declare function logsCommand(runId: string): Promise<void>; declare function metricsCommand(runId: string): Promise<void>; export { logsCommand, metricsCommand, statusCommand };