UNPKG

@heroku-cli/plugin-ps

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