updated github_repo_teams.sh

pull/2/head
Hari Sekhon 3 years ago
parent 536c83a1b9
commit a4c01bf056

@ -25,7 +25,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2154 # shellcheck disable=SC2034,SC2154
usage_description=" usage_description="
Lists a GitHub repo's teams and their permissions using the GitHub API Lists a GitHub repo's teams and their role name permissions using the GitHub API
If no repo is given, infers from local repo's git remotes If no repo is given, infers from local repo's git remotes
@ -53,5 +53,6 @@ if [ -z "$repo" ]; then
fi fi
"$srcdir/github_api.sh" "/repos/$repo/teams" | "$srcdir/github_api.sh" "/repos/$repo/teams" |
jq_debug_pipe_dump |
jq -r ".[] | [\"$repo\", .slug, .permission] | @tsv" | jq -r ".[] | [\"$repo\", .slug, .permission] | @tsv" |
column -t column -t

Loading…
Cancel
Save