UNPKG

graphcool-cli-core

Version:

9 lines (8 loc) 256 B
import { Command, Flags } from 'graphcool-cli-engine'; export default class Reset extends Command { static topic: string; static description: string; static flags: Flags; run(): Promise<void>; private askForConfirmation(serviceName); }