{"id":36676031,"url":"https://github.com/kapetacom/cli-kap-registry","last_synced_at":"2026-01-12T10:49:13.176Z","repository":{"id":204684489,"uuid":"258749623","full_name":"kapetacom/cli-kap-registry","owner":"kapetacom","description":"Kapeta CLI Registry Command","archived":false,"fork":false,"pushed_at":"2025-06-04T06:45:19.000Z","size":743,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T03:16:24.886Z","etag":null,"topics":["command-line-commands","command-line-utility"],"latest_commit_sha":null,"homepage":"https://kapeta.com","language":"TypeScript","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/kapetacom.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,"zenodo":null}},"created_at":"2020-04-25T10:36:50.000Z","updated_at":"2025-05-06T08:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"61c64129-a5fa-4e70-b33e-0a5b7340829c","html_url":"https://github.com/kapetacom/cli-kap-registry","commit_stats":null,"previous_names":["kapetacom/cli-kap-registry","kapetacom/blockctl-command-registry"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/kapetacom/cli-kap-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapetacom","download_url":"https://codeload.github.com/kapetacom/cli-kap-registry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["command-line-commands","command-line-utility"],"created_at":"2026-01-12T10:49:12.559Z","updated_at":"2026-01-12T10:49:13.168Z","avatar_url":"https://github.com/kapetacom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kap \"registry\" command\n\nEnabled pushing, cloning, and pull image from kapeta registry\n\n## Auto-versioning\n\nThe registry command automatically calculates the next semantic version whenever you push.\nThis is done by comparing the block versions and the logic is as follows:\n\n- If nothing is added, updated or removed in your kapeta.yml it will increment the patch version\n- If nothing is updated or removed - but some things have been added in your kapeta.yml it will increment the minor version\n- If anything is updated or removed in your kapeta.yml it will increment the major version\n\n## Versioning validation\n\nIf you disable auto-versioning (``--auto-versioning false`) the command will still verify your version and perform\nthe following checks:\n\n- Ensure the version does not exist\n- Verify your new version against the latest version - to make sure it follows proper semantic versioning (See auto-versioning paragraph for logic)\n\n## Configuration\n\nThe registry command has its own registry file in `~/.kapeta/registry.yml`. The configuration\ndetermines what kapeta and docker registry to use.\n\nExample configuration can be seen below:\n\n```yaml\nregistry:\n  url: https://registry.kapeta.com\n  organisationId: my-company\n  docker:\n    registry: my-private-docker-repo.com\n```\n\nThe above configuration will result in all docker images being prefixed with `my-private-docker-repo.com/my-company/`.\nE.g. for a block named `users` the docker image would be named `my-private-docker-repo.com/my-company/users`.\n\n---\n\nTo use the default docker registry (DockerHub) omit the docker registry configuration:\n\n```yaml\nregistry:\n  url: https://registry.kapeta.com\n  organisationId: my-company\n```\n\n`organisationId` is used as part of the naming for docker images - this should be equivalent to your\nDockerHub organisation name.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapetacom%2Fcli-kap-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapetacom%2Fcli-kap-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapetacom%2Fcli-kap-registry/lists"}