{"id":18238214,"url":"https://github.com/petricbranko/kubewhisper","last_synced_at":"2026-02-08T20:31:10.081Z","repository":{"id":260365225,"uuid":"876678143","full_name":"petricbranko/kubewhisper","owner":"petricbranko","description":"AI CLI kubectl assistant","archived":false,"fork":false,"pushed_at":"2025-10-08T09:00:47.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T10:30:44.984Z","etag":null,"topics":["ai","cli","devops","kubectl","kubernetes"],"latest_commit_sha":null,"homepage":"https://brankopetric.com/kubewhisper","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petricbranko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-22T11:31:31.000Z","updated_at":"2025-10-08T09:00:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"653085c4-5224-4bc3-b524-302b719be0e6","html_url":"https://github.com/petricbranko/kubewhisper","commit_stats":null,"previous_names":["petricbranko/kubewhisper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petricbranko/kubewhisper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petricbranko%2Fkubewhisper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petricbranko%2Fkubewhisper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petricbranko%2Fkubewhisper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petricbranko%2Fkubewhisper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petricbranko","download_url":"https://codeload.github.com/petricbranko/kubewhisper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petricbranko%2Fkubewhisper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29242876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T19:36:48.828Z","status":"ssl_error","status_checked_at":"2026-02-08T19:27:12.336Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","cli","devops","kubectl","kubernetes"],"created_at":"2024-11-05T03:04:24.716Z","updated_at":"2026-02-08T20:31:10.065Z","avatar_url":"https://github.com/petricbranko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KubeWhisper\n\n![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)\n![Python Versions](https://img.shields.io/pypi/pyversions/kubewhisper)\n\nKubeWhisper is a CLI tool designed to generate `kubectl` commands from natural language queries, providing an efficient way to manage Kubernetes resources.\n\n## Table of Contents\n- [Installation](#installation)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Features](#features)\n- [Licensing and API Access](#licensing-and-api-access)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nInstall KubeWhisper via pip:\n\n```bash\npip install kubewhisper\n```\n\nThis will make the `kubewhisper` command available globally.\n\n## Setup\n\nTo use KubeWhisper, you’ll need an API token for authentication. Follow these steps to set it up:\n\n1. **Register**: Start by registering with your email and password.\n   ```bash\n   kubewhisper --register \u003cemail\u003e \u003cpassword\u003e\n   ```\n   Check your email for a verification code.\n\n2. **Verify**: Use the verification code sent to your email to complete the registration.\n   ```bash\n   kubewhisper --verify \u003cemail\u003e \u003ccode\u003e\n   ```\n\n3. **Authenticate**: After verification, authenticate with your credentials.\n   ```bash\n   kubewhisper --login \u003cemail\u003e \u003cpassword\u003e\n   ```\n\nOnce authenticated, your credentials will be securely stored for future use.\n\n## Usage\n\n### Query Commands\nTo generate a `kubectl` command, simply provide your query as an argument:\n\n```bash\nkubewhisper \"create a pod called my-pod\"\n```\n\nThis will return the suggested `kubectl` command based on your query.\n\n### Auto-complete Execution\nTo directly execute the generated `kubectl` command, use the `-a` or `--auto-complete` flag:\n\n```bash\nkubewhisper \"list all pods in dev namespace\" --auto-complete\n```\n\nIf the query is valid, the command will be automatically executed.\n\n### History\nRetrieve a history of past queries and responses:\n\n```bash\nkubewhisper --history\n```\n\n## Features\n\n- **Natural Language Queries**: Generate Kubernetes commands using everyday language.\n- **Authentication**: Register and authenticate with the KubeWhisper API for secure access.\n- **Auto-complete**: Option to auto-complete and execute suggested commands.\n- **Query History**: View past queries and responses.\n\n## Licensing and API Access\n\nKubeWhisper CLI is open-source software licensed under the **AGPL-3.0** license. This license allows you to freely use, modify, and distribute the CLI, but it requires that any modifications or public hosting of the CLI also follow the AGPL-3.0 terms.\n\n**API Access**: Access to the KubeWhisper API is available through a paid subscription. By using the API, you agree to our [API Terms of Service](https://brankopetric.com/kubewhisper). For more information on subscription plans, visit [API Pricing](https://brankopetric.com/kubewhisper).\n\n## Contributing\n\nWe welcome contributions! To contribute:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Commit your changes.\n4. Open a pull request.\n\n## License\n\nThis project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetricbranko%2Fkubewhisper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetricbranko%2Fkubewhisper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetricbranko%2Fkubewhisper/lists"}