UNPKG

envilder

Version:

A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth

6 lines 195 B
export declare enum OperationMode { PUSH_SINGLE = "PUSH_SINGLE", PUSH_ENV_TO_SSM = "PUSH_ENV_TO_SSM", PULL_SSM_TO_ENV = "PULL_SSM_TO_ENV" } //# sourceMappingURL=OperationMode.d.ts.map