UNPKG

heroku

Version:

CLI to interact with Heroku

10 lines (9 loc) 303 B
import { Command } from '@heroku-cli/command'; export default class Remove extends Command { static description: string; static args: { name: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>; }; static example: string; run(): Promise<void>; }