{"id":31474346,"url":"https://github.com/cray-hpe/gru","last_synced_at":"2025-10-01T22:05:37.043Z","repository":{"id":163237135,"uuid":"542997829","full_name":"Cray-HPE/gru","owner":"Cray-HPE","description":"A utility for reading and modifying BMCs (e.g. iLO, RMMC) using RedFish (gofish).","archived":false,"fork":false,"pushed_at":"2025-08-13T04:05:21.000Z","size":7258,"stargazers_count":6,"open_issues_count":11,"forks_count":1,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-08-13T06:18:56.403Z","etag":null,"topics":["bmc","go","gofish","golang","hacktoberfest","redfish"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cray-HPE.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-29T08:11:10.000Z","updated_at":"2025-08-13T04:05:24.000Z","dependencies_parsed_at":"2023-10-13T06:39:40.983Z","dependency_job_id":"3ac0da60-dc45-4bcf-9604-46cb19b6317e","html_url":"https://github.com/Cray-HPE/gru","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Cray-HPE/gru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cray-HPE%2Fgru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cray-HPE%2Fgru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cray-HPE%2Fgru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cray-HPE%2Fgru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cray-HPE","download_url":"https://codeload.github.com/Cray-HPE/gru/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cray-HPE%2Fgru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277920045,"owners_count":25899469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bmc","go","gofish","golang","hacktoberfest","redfish"],"created_at":"2025-10-01T22:05:35.570Z","updated_at":"2025-10-01T22:05:37.035Z","avatar_url":"https://github.com/Cray-HPE.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Go Redfish Utility (`gru`)\n:toc:\n:toclevels: 3\n\nimage:https://github.com/Cray-HPE/gru/actions/workflows/test.yml/badge.svg[link=\"https://github.com/Cray-HPE/gru/actions/workflows/test.yml\",title=\"Test status\"]\nimage:https://github.com/Cray-HPE/gru/actions/workflows/lint.yml/badge.svg[link=\"https://github.com/Cray-HPE/gru/actions/workflows/lint.yml\",title=\"Lint status\"]\n\nAn asynchronous RedFish utility for interrogating and managing blade management controllers.\n\n== Usage\n\n[source,bash]\n----\ngru help\n----\n\n.Setting Credentials\n\n* Environment Variables\n+\n[source,bash]\n----\nexport USERNAME=admin\nexport PASSWORD=password\ngru show system myserver-bmc.local\n----\n\n* Configuration File\n+\n[source,yaml]\n----\n---\nusername: admin\npassword: password\n----\n\n* Configuration file with a general username/password and exceptions (for `server10` use a different username and password)\n+\n[source,yaml]\n----\n---\nusername: admin\npassword: password\nhosts:\n  server10:\n      username: root\n      password: password\n----\n\n\n.Querying Servers\n\n* Pass any number of hosts, delimited by spaces.\n+\n[source,bash]\n----\ngru show system myserver-bmc.local myotherserver-bmc.local\n----\n* Piping a list a space delimited list of hosts.\n+\n[source,bash]\n----\ngrep -oP pattern /etc/hosts | tr -s '\\n' ' ' | gru show system\n----\n\n== Development\n\n[source,bash]\n----\nmake gru\n./gru\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcray-hpe%2Fgru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcray-hpe%2Fgru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcray-hpe%2Fgru/lists"}