mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
5 lines
113 B
Bash
5 lines
113 B
Bash
|
jq -r '.default
|
||
|
| to_entries[]
|
||
|
| .key + .value.version' \
|
||
|
../Pipfile.lock > requirements.txt
|