UNPKG

heroku

Version:

CLI to interact with Heroku

6 lines (5 loc) 146 B
import { Command } from '@oclif/core'; export default class Version extends Command { static description: string; run(): Promise<void>; }