{"id":14156493,"url":"https://github.com/score-spec/score-humanitec","last_synced_at":"2025-08-06T02:33:45.308Z","repository":{"id":64301040,"uuid":"553803474","full_name":"score-spec/score-humanitec","owner":"score-spec","description":"Score implementation for Humanitec (deprecated)","archived":true,"fork":false,"pushed_at":"2024-06-21T12:16:34.000Z","size":1755,"stargazers_count":36,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-17T08:07:18.397Z","etag":null,"topics":["humanitec"],"latest_commit_sha":null,"homepage":"","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/score-spec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-10-18T19:51:12.000Z","updated_at":"2024-08-17T08:07:34.799Z","dependencies_parsed_at":"2023-10-04T00:01:21.463Z","dependency_job_id":"f2227fd2-8fa8-4405-b3e7-805da5c871d1","html_url":"https://github.com/score-spec/score-humanitec","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fscore-humanitec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fscore-humanitec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fscore-humanitec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fscore-humanitec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/score-spec","download_url":"https://codeload.github.com/score-spec/score-humanitec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228829197,"owners_count":17978166,"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":["humanitec"],"created_at":"2024-08-17T08:05:31.695Z","updated_at":"2024-12-09T03:31:47.860Z","avatar_url":"https://github.com/score-spec.png","language":"Go","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"\n---\n\n:warning: Deprecation Notice :warning:\n\nThe [Humanitec CLI](https://developer.humanitec.com/platform-orchestrator/cli/) now supports Score natively and `score-humanitec` is deprecated. Checkout the docs on [how to deploy with humctl](https://developer.humanitec.com/platform-orchestrator/reference/cli-references/#score-integration).\n\n---\n\n![Score banner](docs/images/banner.png)\n\n# ![Score](docs/images/logo.svg) Score overview\n\nScore aims to improve developer productivity and experience by reducing the risk of configuration inconsistencies between local and remote environments. It provides developer-centric workload specification (`score.yaml`) which captures a workloads runtime requirements in a platform-agnostic manner. Learn more [here](https://github.com/score-spec/spec#-what-is-score).\n\nThe `score.yaml` specification file can be executed against a _Score Implementation CLI_, a conversion tool for application developers to generate environment specific configuration. In combination with environment specific parameters, the CLI tool can run your workload in the target environment by generating a platform-specific configuration file. The `score-humanitec` CLI is used to generate and deploy a [Humanitec deployment delta](https://developer.humanitec.com/score/reference/delta/).\n\n## ![Installation](docs/images/install.svg) Installation\n\nTo install `score-humanitec`, follow the instructions as described in our [installation guide](https://docs.score.dev/docs/get-started/install/).\n\n## ![Get started](docs/images/overview.svg) Get started\n\nIf you already have a `score.yaml` file defined, you can simply run the following command:\n\n```bash\n# Prepare a new Humanitec deployment delta\nscore-humanitec run -f ./score.yaml --env test-env\n```\n\n- `run` tells the CLI to translate the Score file to a Humanitec deployment delta.\n- `-f` is the path to the Score file.\n- `--env` specifies the environment ID.\n\nIf you're just getting started, follow [this guide](https://docs.score.dev/docs/get-started/score-humanitec-hello-world/) to run your first Hello World program with `score-humanitec`.\n\n## ![Get involved](docs/images/get-involved.svg) Get involved\n\n- Give the project a star!\n- Contact us via email:\n  - \u003cteam@score.dev\u003e\n  - \u003cabuse@score.dev\u003e\n- See our [documentation](https://docs.score.dev)\n\n## ![Contributing](docs/images/contributing.svg) Contributing\n\n- Write a [blog post](https://score.dev/blog)\n- Provide feedback on our [roadmap](https://github.com/score-spec/spec/blob/main/roadmap.md#get-involved)\n- Contribute\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open an issue with the tag `enhancement`.\n\n1. Fork the Project.\n2. Create your Feature Branch. `git checkout -b feature/feature-name`\n3. Commit your Changes. `git commit -s -m \"Add some AmazingFeature\"`\n4. Push to the Branch. `git push origin feature/feature-name`\n5. Open a Pull Request.\n\nRead [CONTRIBUTING](CONTRIBUTING.md) for more information.\n\n### Documentation\n\nYou can find our documentation at [docs.score.dev](https://docs.score.dev/docs).\n\n### Roadmap\n\nSee [Roadmap](https://github.com/score-spec/spec/blob/main/roadmap.md). You can [submit an idea](https://github.com/score-spec/spec/blob/main/roadmap.md#get-involved) anytime.\n\n### License\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n### Code of conduct\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fscore-humanitec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscore-spec%2Fscore-humanitec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fscore-humanitec/lists"}