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