UNPKG

heroku

Version:

CLI to interact with Heroku

8 lines (7 loc) 221 B
import { Command } from '@heroku-cli/command'; export default class CiMigrateManifest extends Command { static description: string; static topic: string; static examples: string[]; run(): Promise<void>; }