{"id":36985498,"url":"https://github.com/ihsanmokhlisse/gitopsi","last_synced_at":"2026-01-13T23:02:12.732Z","repository":{"id":328975596,"uuid":"1117574235","full_name":"ihsanmokhlisse/gitopsi","owner":"ihsanmokhlisse","description":"Bootstrap production-ready GitOps repositories for Kubernetes clusters with ArgoCD","archived":false,"fork":false,"pushed_at":"2026-01-12T20:51:49.000Z","size":666,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T21:57:30.752Z","etag":null,"topics":["argocd","cli","devops","gitops","kubernetes"],"latest_commit_sha":null,"homepage":"https://github.com/ihsanmokhlisse/gitopsi","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/ihsanmokhlisse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-16T14:02:33.000Z","updated_at":"2026-01-08T00:34:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ihsanmokhlisse/gitopsi","commit_stats":null,"previous_names":["ihsanmokhlisse/gitopsi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ihsanmokhlisse/gitopsi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihsanmokhlisse%2Fgitopsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihsanmokhlisse%2Fgitopsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihsanmokhlisse%2Fgitopsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihsanmokhlisse%2Fgitopsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ihsanmokhlisse","download_url":"https://codeload.github.com/ihsanmokhlisse/gitopsi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihsanmokhlisse%2Fgitopsi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":["argocd","cli","devops","gitops","kubernetes"],"created_at":"2026-01-13T23:02:12.649Z","updated_at":"2026-01-13T23:02:12.719Z","avatar_url":"https://github.com/ihsanmokhlisse.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitopsi\n\nBootstrap production-ready GitOps repositories for Kubernetes clusters.\n\n[![CI](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/ci.yml/badge.svg)](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/ci.yml)\n[![E2E](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/e2e-full.yml/badge.svg)](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/e2e-full.yml)\n[![Security](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/security.yml/badge.svg)](https://github.com/ihsanmokhlisse/gitopsi/actions/workflows/security.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ihsanmokhlisse/gitopsi)](https://goreportcard.com/report/github.com/ihsanmokhlisse/gitopsi)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Overview\n\ngitopsi is a CLI tool that generates production-ready GitOps repository structures and optionally bootstraps ArgoCD on your cluster. It creates a complete GitOps setup with:\n\n- Infrastructure manifests (namespaces, RBAC, network policies, resource quotas)\n- Application deployments with Kustomize overlays\n- ArgoCD Projects and Applications\n- Documentation and onboarding guides\n\n## Supported Features (v0.2.0)\n\n| Feature | Status | Notes |\n|---------|--------|-------|\n| **GitOps Tools** | | |\n| ArgoCD | Tested | Full support for Projects, Applications, App-of-Apps |\n| Flux | Not Tested | Templates exist, not validated |\n| **Platforms** | | |\n| Kubernetes (vanilla) | Tested | Primary target platform |\n| OpenShift | Not Tested | Planned for v0.3.0 |\n| EKS | Not Tested | Planned for v0.3.0 |\n| AKS | Not Tested | Planned for v0.3.0 |\n| **Bootstrap Modes** | | |\n| Helm | Tested | Installs ArgoCD via Helm |\n| Manifest | Tested | Applies raw YAML manifests |\n| OLM | Not Tested | For OpenShift, planned for v0.3.0 |\n| Kustomize | Not Tested | Planned |\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew install ihsanmokhlisse/tap/gitopsi\n```\n\n### Container\n\n```bash\ndocker pull ghcr.io/ihsanmokhlisse/gitopsi:latest\ndocker run --rm -v $(pwd):/workspace ghcr.io/ihsanmokhlisse/gitopsi init\n```\n\n### Binary Download\n\nDownload from [Releases](https://github.com/ihsanmokhlisse/gitopsi/releases):\n\n| OS | Architecture | File |\n|----|--------------|------|\n| Linux | amd64 | `gitopsi_VERSION_linux_amd64.tar.gz` |\n| Linux | arm64 | `gitopsi_VERSION_linux_arm64.tar.gz` |\n| macOS | amd64 (Intel) | `gitopsi_VERSION_darwin_amd64.tar.gz` |\n| macOS | arm64 (Apple Silicon) | `gitopsi_VERSION_darwin_arm64.tar.gz` |\n| Windows | amd64 | `gitopsi_VERSION_windows_amd64.zip` |\n\n## Quick Start\n\n### Interactive Mode\n\n```bash\ngitopsi init\n```\n\n### With Config File\n\n```bash\ngitopsi init --config gitops.yaml\n```\n\n### Generate and Bootstrap ArgoCD\n\n```bash\ngitopsi init --config gitops.yaml --git-url https://github.com/org/repo.git --push --bootstrap\n```\n\nThis will:\n\n1. Generate the GitOps repository structure\n2. Push to the Git repository\n3. Install ArgoCD on your current cluster\n4. Configure ArgoCD to sync from the repository\n\n## Example Configuration\n\n```yaml\nproject:\n  name: my-platform\n  description: \"Production GitOps Platform\"\n\nplatform: kubernetes\nscope: both\ngitops_tool: argocd\n\ngit:\n  url: https://github.com/myorg/my-platform.git\n  branch: main\n\nenvironments:\n  - name: dev\n  - name: staging\n  - name: prod\n\ninfrastructure:\n  namespaces: true\n  rbac: true\n  network_policies: true\n  resource_quotas: true\n\ndocs:\n  readme: true\n  architecture: true\n  onboarding: true\n```\n\n## Generated Structure\n\n```\nmy-platform/\n├── infrastructure/\n│   ├── base/\n│   │   ├── namespaces/\n│   │   ├── rbac/\n│   │   ├── network-policies/\n│   │   └── resource-quotas/\n│   └── overlays/\n│       ├── dev/\n│       ├── staging/\n│       └── prod/\n├── applications/\n│   ├── base/\n│   └── overlays/\n├── argocd/\n│   ├── projects/\n│   └── applicationsets/\n├── bootstrap/\n├── docs/\n└── scripts/\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `gitopsi init` | Generate GitOps repository structure |\n| `gitopsi validate \u003cpath\u003e` | Validate generated manifests |\n| `gitopsi preflight` | Run pre-flight cluster checks |\n| `gitopsi auth` | Manage credentials |\n| `gitopsi env` | Manage environments |\n| `gitopsi operator` | Manage OLM operators |\n| `gitopsi marketplace` | Browse and install patterns |\n| `gitopsi version` | Show version information |\n\n## Documentation\n\n- [Usage Guide](docs/USAGE.md)\n- [Examples](docs/EXAMPLES.md)\n- [Environment Variables](docs/ENVIRONMENT_VARIABLES.md)\n- [Contributing](docs/CONTRIBUTING.md)\n- [Testing](docs/TESTING.md)\n\n## Roadmap\n\n### v0.2.0 (Current)\n\n- ArgoCD support with App-of-Apps pattern\n- Vanilla Kubernetes bootstrap\n- Helm and Manifest bootstrap modes\n- Infrastructure generation (namespaces, RBAC, network policies, quotas)\n- Pattern marketplace\n\n### v0.3.0 (Planned)\n\n- OpenShift support with OLM bootstrap\n- EKS and AKS platform optimizations\n- Flux support validation\n- Multi-cluster ApplicationSets\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihsanmokhlisse%2Fgitopsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihsanmokhlisse%2Fgitopsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihsanmokhlisse%2Fgitopsi/lists"}