UNPKG

@aminya/dotenv-vault

Version:

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

13 lines (12 loc) 313 B
import { Command } from '@oclif/core'; export default class LocalDecrypt extends Command { static description: string; static examples: string[]; static args: { name: string; required: boolean; description: string; hidden: boolean; }[]; run(): Promise<void>; }