UNPKG

@stoked-cenv/cli

Version:

A well considered cli and Node.js library for helping manage application, infrastructure, and configuration management.

9 lines (8 loc) 334 B
import { CryptCommandOptions } from '@stoked-cenv/lib'; import { BaseCommand } from './base.command'; export declare class EncryptCommand extends BaseCommand { constructor(); parseFile(val: string): string; parseOutput(val: string): string; runCommand(params: string[], options: CryptCommandOptions): Promise<void>; }