UNPKG

@heroku-cli/plugin-pipelines

Version:

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

11 lines (10 loc) 322 B
import { Command, flags } from '@heroku-cli/command'; export default class PipelinesRemove extends Command { static description: string; static examples: string[]; static flags: { app: flags.IOptionFlag<string>; remote: flags.IOptionFlag<string | undefined>; }; run(): Promise<void>; }