UNPKG

heroku

Version:

CLI to interact with Heroku

4 lines (3 loc) 163 B
import { Interfaces } from '@oclif/core'; declare const completions: Interfaces.Hook<'app' | 'addon' | 'config' | 'login' | 'logout'>; export default completions;