UNPKG

@heroku-cli/plugin-pipelines

Version:

@heroku-cli/plugin-pipelines ============================

12 lines (11 loc) 300 B
import { Command } from '@heroku-cli/command'; export default class PipelinesDestroy extends Command { static description: string; static examples: string[]; static args: { name: string; description: string; required: boolean; }[]; run(): Promise<void>; }