poyesis/Env Reader
Fetch .env-style variables from the Poyesis API and write them to a .env file + export to job env.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secret | Secret token for your API | yes | — |
| path | Where to write the .env file | no | .env |
| append | Append to the file instead of overwriting (true/false) | no | false |
| base_url | Base URL of the API (no trailing slash needed) | no | https://api.poyesis.fr |
Outputs
| name | description |
|---|---|
| env | The raw .env text returned by the API |