julioe3274/Infisical Secret Fetcher
Retrieve environment variables using the Infisical CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Project ID from which to fetch the environment variables | yes | — |
| token | Authentication token for Infisical (optional if using client ID and secret) | no | — |
| client | Client ID for authentication if the token is not provided | no | — |
| secret | Secret key for authentication if the token is not provided | no | — |
| path | Path within the Infisical project to fetch the environment variables | no | — |
| output | File path to save the fetched environment variables (defaults to .env) | no | .env |
Outputs
| name | description |
|---|---|
| env | Fetched environment variables |