curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/orgs/gruntwork-io/repos | \
jq '.[] | select(.url | contains("installer")) | {private: .private, url: .url}'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 186k 0 186k 0 0 156k 0 --:--:-- 0:00:01 --:--:-- 156k
{
"private": false,
"url": "https://api.github.com/repos/gruntwork-io/gruntwork-installer"
}