UNPKG

@contentstack/cli-cm-bootstrap

Version:
11 lines (10 loc) 382 B
import { Command } from '@contentstack/cli-command'; import { FlagInput } from '@contentstack/cli-utilities'; export declare const DEFAULT_MASTER_LOCALE = "en-us"; export default class BootstrapCommand extends Command { private bootstrapManagementAPIClient; static description: string; static examples: string[]; static flags: FlagInput; run(): Promise<void>; }