This pull request introduces a new Bash script, app-installs.sh, in the api/bash directory. The script is used to fetch the first 50 organizations of an enterprise and print the installations for each organization. It uses the GitHub CLI (gh) to execute a GraphQL query and make requests to the GitHub API.
Key changes:
api/bash/app-installs.sh: Added a new Bash script that uses a GraphQL query to fetch the first 50 organizations of an enterprise. It iterates over each organization and prints the installations for that organization. The script uses the GitHub CLI (gh) to execute the GraphQL query and make requests to the GitHub API.
This pull request introduces a new Bash script,
app-installs.sh
, in theapi/bash
directory. The script is used to fetch the first 50 organizations of an enterprise and print the installations for each organization. It uses the GitHub CLI (gh
) to execute a GraphQL query and make requests to the GitHub API.Key changes:
api/bash/app-installs.sh
: Added a new Bash script that uses a GraphQL query to fetch the first 50 organizations of an enterprise. It iterates over each organization and prints the installations for that organization. The script uses the GitHub CLI (gh
) to execute the GraphQL query and make requests to the GitHub API.