{"id":22165343,"url":"https://github.com/firstdarkdev/dopple","last_synced_at":"2025-06-25T03:07:43.694Z","repository":{"id":229907121,"uuid":"777973396","full_name":"firstdarkdev/dopple","owner":"firstdarkdev","description":"A Gradle plugin that allows you to use SECRETS from doppler.com","archived":false,"fork":false,"pushed_at":"2024-03-26T21:13:21.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T03:07:41.447Z","etag":null,"topics":["doppler","environment-variables","gradle","secrets"],"latest_commit_sha":null,"homepage":"","language":"Java","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/firstdarkdev.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}},"created_at":"2024-03-26T21:01:51.000Z","updated_at":"2024-06-02T11:27:34.000Z","dependencies_parsed_at":"2024-03-26T22:27:07.541Z","dependency_job_id":"04a66a80-1745-4436-a5e6-ffd2ee4b3634","html_url":"https://github.com/firstdarkdev/dopple","commit_stats":null,"previous_names":["firstdarkdev/dopple"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firstdarkdev/dopple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2Fdopple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2Fdopple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2Fdopple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2Fdopple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstdarkdev","download_url":"https://codeload.github.com/firstdarkdev/dopple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2Fdopple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261795334,"owners_count":23210620,"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":["doppler","environment-variables","gradle","secrets"],"created_at":"2024-12-02T05:14:37.309Z","updated_at":"2025-06-25T03:07:43.658Z","avatar_url":"https://github.com/firstdarkdev.png","language":"Java","readme":"## Dopple\nA simple gradle plugin that allows you to use secrets from [doppler.com](https://doppler.com) in a gradle project.\n\nThis is useful for people with multiple GitHub repos, CI projects, or local usage to manage their ENV variables from a central place.\n\n***\n\n### Setup\n\n\n\u003cdetails open=\"open\"\u003e\u003csummary\u003eGroovy DSL\u003c/summary\u003e\n\nTo use this plugin inside your project, first you have to add our maven.\n\nTo do this, open up `settings.gradle` and add the following:\n\n```groovy\npluginManagement {\n    repositories {\n        gradlePluginPortal()\n        maven {\n            url \"https://maven.firstdark.dev/releases\"\n        }\n    }\n}\n```\n\n![badge](https://maven.firstdarkdev.xyz/api/badge/latest/releases/dev/firstdark/dopple?color=40c14a\u0026name=dopple)\n\nNext, in your `build.gradle` add:\n\n```groovy\nplugins {\n    id \"dev.firstdark.dopple\" version \"VERSION\"\n}\n```\n\nReplace VERSION with the version above.\n\nFinally, add the following to your `build.gradle`:\n\n```groovy\ndopple {\n    serviceToken.set(\"TOKEN\")\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eKotlin DSL\u003c/summary\u003e\n\nTo use this plugin inside your project, first you have to add our maven.\n\nTo do this, open up `settings.gradle.kts` and add the following:\n\n```groovy\npluginManagement {\n    repositories {\n        gradlePluginPortal()\n        maven {\n            url = uri(\"https://maven.firstdark.dev/releases\")\n        }\n    }\n}\n```\n\nNext, in your `build.gradle.kts` add:\n\n![badge](https://maven.firstdarkdev.xyz/api/badge/latest/releases/dev/firstdark/dopple?color=40c14a\u0026name=dopple)\n\n```kotlin\nplugins {\n    id(\"dev.firstdark.dopple\") version \"VERSION\"\n}\n```\n\nReplace VERSION with the version above.\n\nFinally, add the following to your `build.gradle.kts`:\n\n```groovy\ndopple {\n    serviceToken.set(\"TOKEN\")\n}\n```\n\n\u003c/details\u003e\n\nYou can retrieve your service token from your [doppler](https://doppler.com) account.\n\n---\n\n### Usage\n\nTo get the value of a SECRET from doppler, simply use the following:\n\n```groovy\ndopple.get(\"KEY\")\n```\n\nFor example:\n\n```groovy\npublishing {\n    repositories {\n        maven {\n            url dopple.get('MAVEN_URL')\n            credentials {\n                username dopple.get('MAVEN_USER')\n                password dopple.get('MAVEN_PASS')\n            }\n        }\n    }\n}\n```\n\n***\n\nThis plugin is licensed under MIT.\n\nIf you need any help, open an issue, or visit our [DISCORD](https://discord.firstdark.dev)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fdopple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstdarkdev%2Fdopple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fdopple/lists"}