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

15 lines (14 loc) 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const common_1 = require("../common"); const destroy_service_1 = require("../services/destroy.service"); class Destroy extends common_1.BaseCommand { getService(configManager) { return new destroy_service_1.DestroyCommandService(configManager); } getArgsAndFlags() { return this.parse(Destroy); } } exports.default = Destroy; Destroy.description = "cleanup Onboardbase artifacts including backup and authentication";