mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-23 14:01:56 +00:00
git-subtree-dir: repo git-subtree-mainline:433f95e0f4git-subtree-split:d5df1fb87c
4 lines
163 B
Bash
Executable File
4 lines
163 B
Bash
Executable File
#!/usr/bin/env bash
|
|
aws secretsmanager get-secret-value --secret-id Invenio | \
|
|
jq -r '.SecretString | fromjson | to_entries | .[] | .key + "=" + .value' > .env
|