UNPKG

@onboardbase/cli

Version:

[![Version](https://img.shields.io/npm/v/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![Downloads/week](https://img.shields.io/npm/dw/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![License](https://img

10 lines (9 loc) 296 B
import { Command } from "@oclif/command"; /** * This command was excluded from the commands folder so it wont be * visible to users... It's expected to be run programmatically. */ export default class CreateService extends Command { static description: string; run(): Promise<void>; }