You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A base package to provide common interface for secret manager integration with the intent to make them easily exchangeable.
12
+
11
13
## Installation
12
14
13
15
Easiest way is via composer. Just run `composer require codenamephp/deployer.secrets.base` in your cli which should install the latest version for you.
14
16
15
-
## Usage
17
+
## Usage
18
+
19
+
This package provides the basic interfaces for secrets, payloads and a client. Use this package in your actual implementation and
0 commit comments