UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

10 lines (9 loc) 361 B
import { FlavoredCommand } from '../../index.js'; import { ResourceConfig } from '../../../config/schema.js'; export default class ResourcesIndex extends FlavoredCommand<typeof ResourcesIndex> { static description: string; static enableJsonFlag: boolean; static examples: string[]; static flags: {}; run(): Promise<Array<ResourceConfig>>; }