{"id":19423383,"url":"https://github.com/groundcover-com/cli","last_synced_at":"2025-10-23T02:28:23.113Z","repository":{"id":44391815,"uuid":"507591263","full_name":"groundcover-com/cli","owner":"groundcover-com","description":"groundcover's official CLI tool.  Level up your K8s observability game with eBPF.","archived":false,"fork":false,"pushed_at":"2025-04-16T22:56:34.000Z","size":860,"stargazers_count":34,"open_issues_count":8,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-24T16:32:04.022Z","etag":null,"topics":["ebpf","kubernetes","monitoring"],"latest_commit_sha":null,"homepage":"https://www.groundcover.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groundcover-com.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-06-26T14:08:09.000Z","updated_at":"2025-04-09T15:38:16.000Z","dependencies_parsed_at":"2023-10-03T16:47:18.772Z","dependency_job_id":"2e9d35bf-50f9-4648-b2bb-9a176e158a55","html_url":"https://github.com/groundcover-com/cli","commit_stats":null,"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/groundcover-com/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundcover-com%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundcover-com%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundcover-com%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundcover-com%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groundcover-com","download_url":"https://codeload.github.com/groundcover-com/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundcover-com%2Fcli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262842922,"owners_count":23373167,"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":["ebpf","kubernetes","monitoring"],"created_at":"2024-11-10T13:38:23.613Z","updated_at":"2025-10-23T02:28:18.065Z","avatar_url":"https://github.com/groundcover-com.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# groundcover CLI\n\n## Installation\n\n### From Script\n\nCLI now has an installer script that will automatically grab the latest version and install it locally.\n\n`sh -c \"$(curl -fsSL https://groundcover.com/install.sh)\"`\n\n### From the Binary Releases\n\nBinary downloads of the CLI can be found on [the Releases page](https://github.com/groundcover-com/cli/releases/latest).\n\n#### Linux\n\n```bash\nVERSION=0.1.0\n\n# Intel Chip\ncurl -SsL https://github.com/groundcover-com/cli/releases/download/v${VERSION}/groundcover_${VERSION}_linux_amd64.tar.gz -o /tmp/groundcover.tar.gz\n# ARM chip\ncurl -SsL https://github.com/groundcover-com/cli/releases/download/v${VERSION}/groundcover_${VERSION}_linux_arm64.tar.gz -o /tmp/groundcover.tar.gz\n\nmkdir -p ~/.groundcover/bin\ntar -zxf /tmp/groundcover.tar.gz -C ~/.groundcover/bin\nchmod +x ~/.groundcover/bin/groundcover\n\necho 'export PATH=~/.groundcover/bin:/$PATH' \u003e\u003e ~/.bashrc\n```\n\n#### MacOS\n\n```bash\nVERSION=0.1.0\n\n# Intel chip\ncurl -SsL https://github.com/groundcover-com/cli/releases/download/v${VERSION}/groundcover_${VERSION}_darwin_amd64.tar.gz -o /tmp/groundcover.tar.gz\n# Apple chip\ncurl -SsL https://github.com/groundcover-com/cli/releases/download/v${VERSION}/groundcover_${VERSION}_darwin_arm64.tar.gz -o /tmp/groundcover.tar.gz\n\nmkdir -p ~/.groundcover/bin\ntar -zxf /tmp/groundcover.tar.gz -C ~/.groundcover/bin\nchmod +x ~/.groundcover/bin/groundcover\n\necho 'export PATH=~/.groundcover/bin:/$PATH' \u003e\u003e ~/.zshrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundcover-com%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroundcover-com%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundcover-com%2Fcli/lists"}