{"id":19745104,"url":"https://github.com/wnkz/codebuilder","last_synced_at":"2026-03-11T05:01:48.289Z","repository":{"id":62563275,"uuid":"82173845","full_name":"wnkz/codebuilder","owner":"wnkz","description":"CLI helper for AWS CodeBuild and CodePipeline","archived":false,"fork":false,"pushed_at":"2020-04-10T12:20:50.000Z","size":37,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-05T20:34:25.409Z","etag":null,"topics":["aws","codebuild","codepipeline","docker","kms"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wnkz.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-02-16T11:31:48.000Z","updated_at":"2020-04-26T15:35:23.000Z","dependencies_parsed_at":"2022-11-03T15:45:13.812Z","dependency_job_id":null,"html_url":"https://github.com/wnkz/codebuilder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wnkz/codebuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnkz%2Fcodebuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnkz%2Fcodebuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnkz%2Fcodebuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnkz%2Fcodebuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wnkz","download_url":"https://codeload.github.com/wnkz/codebuilder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnkz%2Fcodebuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["aws","codebuild","codepipeline","docker","kms"],"created_at":"2024-11-12T02:04:00.945Z","updated_at":"2026-03-11T05:01:48.275Z","avatar_url":"https://github.com/wnkz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"CodeBuilder - CLI helper for easy CI on AWS\n===========================================\n\n|Build Status| |Docs| |Version| |License|\n\nCodeBuilder is a CLI tool which allows developpers to use simple commands\nand helpers inside AWS CI/CD tools like CodePipeline and CodeBuild.\n\n\n.. _`stable docs`: https://codebuilder.readthedocs.io/en/stable/\n.. _`Read the Docs`: https://codebuilder.readthedocs.io/en/latest/\n\n.. |Build Status| image:: https://img.shields.io/travis/wnkz/codebuilder/master.svg?style=flat\n    :target: https://travis-ci.org/wnkz/codebuilder\n    :alt: Build Status\n\n.. |Docs| image:: https://readthedocs.org/projects/codebuilder/badge/?version=latest\n    :target: http://codebuilder.readthedocs.io/en/latest/?badge=latest\n    :alt: Read the docs\n\n.. |Version| image:: https://img.shields.io/pypi/v/codebuilder.svg?style=flat\n    :target: https://pypi.python.org/pypi/codebuilder/\n    :alt: Version\n\n.. |License| image:: http://img.shields.io/pypi/l/codebuilder.svg?style=flat\n    :target: https://github.com/wnkz/codebuilder/blob/master/LICENSE\n    :alt: License\n\nQuick Start\n-----------\n\nGenerally, you would run CodeBuilder on an `AWS CodeBuild environment \u003chttps://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html\u003e`__\nwhere AWS CLI is properly installed and configured. CodeBuilder uses the exact same authentication method as Boto 3 and AWS CLI.\n\nInstall with ``pip``:\n\n.. code-block:: sh\n\n    $ pip install codebuilder\n\nExample CodeBuild usage (``buildspec.yml``):\n\n.. code-block:: yaml\n\n    version: 0.1\n    environment_variables:\n      plaintext:\n        KMS_CIPHERBLOB: \"AQEC...\"\n\n    phases:\n      install:\n        commands:\n          - pip install codebuilder\n      pre_build:\n        commands:\n          - codebuilder aws ecr login\n          - codebuilder aws kms decrypt ${KMS_CIPHERBLOB} \u003e ${CODEBUILD_SRC_DIR}/secret\n      build:\n        commands:\n          - docker build -t 123456789012.dkr.ecr.eu-west-1.amazonaws.com/foo .\n      post_build:\n        commands:\n          - docker push 123456789012.dkr.ecr.eu-west-1.amazonaws.com/foo\n          - codebuilder docker --image-name 123456789012.dkr.ecr.eu-west-1.amazonaws.com/foo get-image full --source-json-file config.json --in-place Parameters DockerImage\n          - codebuilder aws ecr prune\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnkz%2Fcodebuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwnkz%2Fcodebuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnkz%2Fcodebuilder/lists"}