UNPKG

@ethersphere/bee-factory

Version:

Orchestration CLI for spinning up local development Bee cluster with Docker

15 lines (14 loc) 569 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.application = void 0; const package_json_1 = __importDefault(require("../package.json")); exports.application = { name: 'Bee Factory', command: 'bee-factory', description: 'Orchestration CLI for spinning up local development Bee cluster with Docker', version: package_json_1.default.version, autocompletion: 'fromOption', };