{"id":22583241,"url":"https://github.com/devatoria/go-clush","last_synced_at":"2025-06-30T19:32:29.621Z","repository":{"id":93500162,"uuid":"93499260","full_name":"Devatoria/go-clush","owner":"Devatoria","description":"Golang wrapper to clush (clustershell) command","archived":false,"fork":false,"pushed_at":"2017-12-08T14:12:43.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T16:46:11.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devatoria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-06T09:14:12.000Z","updated_at":"2021-12-02T17:52:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"567bcef1-20b5-4a22-9342-6bcd5be844d5","html_url":"https://github.com/Devatoria/go-clush","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devatoria/go-clush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devatoria%2Fgo-clush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devatoria%2Fgo-clush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devatoria%2Fgo-clush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devatoria%2Fgo-clush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devatoria","download_url":"https://codeload.github.com/Devatoria/go-clush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devatoria%2Fgo-clush/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262838225,"owners_count":23372489,"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","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":[],"created_at":"2024-12-08T06:14:28.775Z","updated_at":"2025-06-30T19:32:29.598Z","avatar_url":"https://github.com/Devatoria.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-clush\n\ngo-clush is a simple golang library wrapping the clush (clustershell) command.\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/Devatoria/go-clush\"\n)\n\nfunc main() {\n    // Will run \"clush -g webservers puppet agent -t\"\n    ret, _ := clush.RunOnGroup(\"webservers\", \"puppet agent -t\")\n    fmt.Println(\"Stdout: \", ret.Stdout)\n    fmt.Println(\"Stderr: \", ret.Stderr)\n }\n```\n\n## Features\n\n- [ ] Run on all\n- [x] Run on group\n- [x] Run on nodes\n- [x] Exclude nodes from nodes\n- [ ] Exclude nodes from group\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatoria%2Fgo-clush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevatoria%2Fgo-clush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatoria%2Fgo-clush/lists"}