UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

9 lines (8 loc) 225 B
import { Command } from "@oclif/core"; export default class Upgrade extends Command { static description: string; static examples: string[]; static flags: {}; static args: never[]; run(): Promise<void>; }