@contentstack/cli-cm-bootstrap
Version:
Bootstrap contentstack apps
11 lines (10 loc) • 382 B
TypeScript
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>;
}