UNPKG

@aminya/dotenv-vault

Version:

A secrets manager for .env files – from the same people that pioneered dotenv.

12 lines (11 loc) 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core_1 = require("@oclif/core"); const build_service_1 = require("../../services/local/build-service"); class LocalBuild extends core_1.Command { async run() { await new build_service_1.LocalBuildService({ cmd: this }).run(); } } exports.default = LocalBuild; LocalBuild.description = '[DEPRECATED][Switch to dotenvx: github.com/dotenvx/dotenvx] Build .env.vault from local only';