We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af3b214 + 607bb78 commit a88a0c4Copy full SHA for a88a0c4
org/orphaned_repos.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+set -eu -o pipefail
4
5
+comm -3 <(cat org/cloudfoundry.yml | spruce json \
6
+ | jq -r '.orgs.cloudfoundry.repos | with_entries(select(.value.archived != true)) | keys | map("cloudfoundry/\(.)") | sort | unique | .[]') \
7
+ <(./toc/working-groups/parsable-working-groups.sh \
8
+ | jq -s -r 'map(map(.areas[].repositories)) | flatten | map(select(contains("cloudfoundry"))) | sort | unique | .[]')
0 commit comments