UNPKG

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

6 lines 211 B
export declare enum OperationMode { PUSH_SINGLE = "PUSH_SINGLE", PUSH_ENV_TO_SECRETS = "PUSH_ENV_TO_SECRETS", PULL_SECRETS_TO_ENV = "PULL_SECRETS_TO_ENV" } //# sourceMappingURL=OperationMode.d.ts.map