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