envilder
Version:
A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth
8 lines • 319 B
TypeScript
export declare class PushSingleCommand {
readonly key: string;
readonly value: string;
readonly ssmPath: string;
constructor(key: string, value: string, ssmPath: string);
static create(key: string, value: string, ssmPath: string): PushSingleCommand;
}
//# sourceMappingURL=PushSingleCommand.d.ts.map