{"id":34216094,"url":"https://github.com/graytonio/flagops","last_synced_at":"2025-12-15T22:02:25.710Z","repository":{"id":177627223,"uuid":"660682860","full_name":"graytonio/flagops","owner":"graytonio","description":"Use the power of feature flags in your infrastructure as code","archived":false,"fork":false,"pushed_at":"2024-05-22T23:42:52.000Z","size":95,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-23T00:41:50.159Z","etag":null,"topics":["feature-flags","gitops"],"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/graytonio.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":"2023-06-30T15:17:35.000Z","updated_at":"2024-05-30T00:59:38.597Z","dependencies_parsed_at":null,"dependency_job_id":"e7abde70-380c-4ce1-84a9-8bd53c18df3f","html_url":"https://github.com/graytonio/flagops","commit_stats":null,"previous_names":["graytonio/flagops"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/graytonio/flagops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graytonio%2Fflagops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graytonio%2Fflagops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graytonio%2Fflagops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graytonio%2Fflagops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graytonio","download_url":"https://codeload.github.com/graytonio/flagops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graytonio%2Fflagops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27757353,"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-12-15T02:00:09.782Z","response_time":96,"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":["feature-flags","gitops"],"created_at":"2025-12-15T22:00:47.506Z","updated_at":"2025-12-15T22:02:25.705Z","avatar_url":"https://github.com/graytonio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlagOps\n\nA template engine for integrating OpenFeature providers into GitOps and IaC codebases. Allows users to rollout changes, configure applications, and observe critical changes without needing to understand the underlying manifests.\n\n## Install\n\n```bash\ngo install github.com/graytonio/flagops@latest\n```\n\n## Quick Start\n\nFirst create a config file where your templates will be located called `.flagops`.\n\n```yaml\nenvs:\n  production:\n    provider: flagsmith\n    apiKey: prod-key\n  staging:\n    provider: flagsmith\n    apiKey: stg-key\npaths:\n  - path: apps/\n    env: production\n    dest:\n      type: git\n      repo: git@github.com:user/gitops-deployment.git\n      path: apps/production\n      upsert: false\n  - path: apps/\n    env: staging\n    dest:\n      type: git\n      repo: git@github.com:user/gitops-deployment.git\n      path: apps/production\n```\n\nThe config file is broken into two parts:\n\n1. Environments - Defines a flag provider that can be used to fill out the templates.\n2. Paths - Directories that should be run through the templater with the given environment and output to a specific directory.\n\nOnce this file is present you can run the tool:\n\n```bash\nflagops\n```\n\nThis will read the config file from the current directory and output the templated files in the requested output.\n\n## Documentation\n\n- [Getting Started](https://www.graytonward.com/blog/hello-world-for-flagops/)\n- [Configuration](/docs/configuration.md)\n- [Templates](/docs/templates.md)\n\n### Deployment Options\n\n- [ArgoCD Plugin](/docs/argocd-plugin.md)\n- [CI Pipeline](/docs/ci-deployment.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraytonio%2Fflagops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraytonio%2Fflagops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraytonio%2Fflagops/lists"}