UNPKG

@aminya/dotenv-vault

Version:

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

10 lines (9 loc) 290 B
import { Command } from '@oclif/core'; export default class Whoami extends Command { static description: string; static examples: string[]; static flags: { dotenvMe: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>; }; run(): Promise<void>; }