github / platform-samples

A public place for all platform sample projects.
Creative Commons Zero v1.0 Universal
1.92k stars 1.75k forks source link

Added bash script to query an enterprise for app installs. #705

Closed cheeragpatel closed 10 months ago

cheeragpatel commented 10 months ago

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: