{"id":6369890,"name":"ketch-com/ketch-cli","ecosystem":"actions","description":"Publish app to Ketch Marketplace","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ketch-com/ketch-cli","keywords_array":["go","tool"],"namespace":"ketch-com","versions_count":77,"first_release_published_at":"2020-12-17T19:18:00.000Z","latest_release_published_at":"2024-07-11T19:29:57.000Z","latest_release_number":"v1.3.6","last_synced_at":"2026-06-18T11:18:09.543Z","created_at":"2023-02-20T02:21:17.381Z","updated_at":"2026-06-18T11:18:09.543Z","registry_url":"https://github.com/ketch-com/ketch-cli","install_command":null,"documentation_url":null,"metadata":{"name":"Ketch Publish","description":"Publish app to Ketch Marketplace","inputs":{"command":{"description":"Command","required":false,"default":"publish"},"filename":{"description":"Configuration filename","required":false,"default":"ketch-manifest.yml"},"config":{"description":"Environment filename","required":false,"default":".ketchrc"},"token":{"description":"Ketch token","required":true},"url":{"description":"URL to Ketch Rest","required":false,"default":"https://global.ketchapi.com/rest"}},"runs":{"using":"docker","image":"docker://ghcr.io/ketch-com/ketch-cli:latest","env":{"KETCH_TOKEN":"${{ inputs.token }}"},"args":["${{ inputs.command }}","--config","${{ inputs.config }}","-f","${{ inputs.filename }}","--token","${{ inputs.token }}","--url","${{ inputs.url }}"]},"branding":{"icon":"share-2","color":"purple"},"default_branch":"main","path":null},"repo_metadata":{"id":37536595,"uuid":"322389814","full_name":"ketch-com/ketch-cli","owner":"ketch-com","description":"Ketch command line interface","archived":false,"fork":false,"pushed_at":"2024-09-03T22:53:00.000Z","size":21138,"stargazers_count":3,"open_issues_count":14,"forks_count":0,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-07-21T13:42:26.346Z","etag":null,"topics":["go","tool"],"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/ketch-com.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":"2020-12-17T19:16:27.000Z","updated_at":"2024-07-11T19:30:02.000Z","dependencies_parsed_at":"2025-04-10T02:40:52.438Z","dependency_job_id":"c7f69e86-f503-4c56-9b2e-55b495443eb1","html_url":"https://github.com/ketch-com/ketch-cli","commit_stats":{"total_commits":84,"total_committers":13,"mean_commits":6.461538461538462,"dds":0.6785714285714286,"last_synced_commit":"bee0bf0be1ba22e53d6da72a6913fa63649ce44f"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/ketch-com/ketch-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ketch-com","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/sbom","scorecard":{"id":556523,"data":{"date":"2025-08-11","repo":{"name":"github.com/ketch-com/ketch-cli","commit":"d8d637a066ac22a5ab18721cf8c59ee99f9be878"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yml:72","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/ci.yml:137","Warn: no topLevel permission defined: .github/workflows/ci.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yml:65"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/ketch-com/ketch-cli/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/ketch-cli/Dockerfile:1: pin your Docker image by updating alpine to alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  11 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.6 not signed: https://api.github.com/repos/ketch-com/ketch-cli/releases/165074537","Warn: release artifact v1.3.5 not signed: https://api.github.com/repos/ketch-com/ketch-cli/releases/76752428","Warn: release artifact v1.3.4 not signed: https://api.github.com/repos/ketch-com/ketch-cli/releases/76675060","Warn: release artifact v1.3.3 not signed: https://api.github.com/repos/ketch-com/ketch-cli/releases/76446052","Warn: release artifact v1.3.6 does not have provenance: https://api.github.com/repos/ketch-com/ketch-cli/releases/165074537","Warn: release artifact v1.3.5 does not have provenance: https://api.github.com/repos/ketch-com/ketch-cli/releases/76752428","Warn: release artifact v1.3.4 does not have provenance: https://api.github.com/repos/ketch-com/ketch-cli/releases/76675060","Warn: release artifact v1.3.3 does not have provenance: https://api.github.com/repos/ketch-com/ketch-cli/releases/76446052"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 1 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-20T12:30:08.233Z","repository_id":37536595,"created_at":"2025-08-20T12:30:08.233Z","updated_at":"2025-08-20T12:30:08.233Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272235173,"owners_count":24897159,"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-08-26T02:00:07.904Z","response_time":60,"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"},"owner_record":{"login":"ketch-com","name":"Ketch","uuid":"47457345","kind":"organization","description":"","email":null,"website":"https://www.ketch.com","location":"San Francisco, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/47457345?v=4","repositories_count":13,"last_synced_at":"2023-03-05T07:12:39.356Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ketch-com","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T08:07:38.051Z","updated_at":"2023-03-05T07:12:39.371Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ketch-com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ketch-com/repositories"},"tags":[{"name":"v1.3.6","sha":"d8d637a066ac22a5ab18721cf8c59ee99f9be878","kind":"commit","published_at":"2024-07-11T19:29:57.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.6","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.6","dependencies_parsed_at":"2024-07-14T04:41:29.529Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.6/manifests"},{"name":"v1.3.5","sha":"bee0bf0be1ba22e53d6da72a6913fa63649ce44f","kind":"commit","published_at":"2022-09-09T19:17:21.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.5","dependencies_parsed_at":"2023-05-31T20:11:37.630Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8cf7ad39847433436f3667eb64d548fabc8221be","kind":"commit","published_at":"2022-09-09T05:10:49.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.4","dependencies_parsed_at":"2023-05-31T20:11:38.183Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"dece300f4b9deb8c1dc769bd008a0d6415037323","kind":"commit","published_at":"2022-09-07T04:44:32.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.3","dependencies_parsed_at":"2023-05-31T10:56:24.919Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"28063470e17cb91d76076cc496929d44ed5df012","kind":"commit","published_at":"2022-09-07T03:51:46.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.2","dependencies_parsed_at":"2023-05-31T10:54:16.437Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"255ab7356d27ca9fe69a192901d7b44cc3a28212","kind":"commit","published_at":"2022-09-06T20:23:27.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-31T10:54:16.981Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"69cc100638992d87966509314103d2aa1ad82ce8","kind":"commit","published_at":"2022-08-19T08:41:49.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.3.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T10:54:17.490Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.3.0/manifests"},{"name":"v1.2.4","sha":"877cd20c379442a0fa971306d69303724910d479","kind":"commit","published_at":"2022-07-18T22:01:14.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.2.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.2.4","dependencies_parsed_at":"2023-05-31T10:54:18.639Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"991fd3bf30db2e7f0027fc368835c9030e5405ae","kind":"commit","published_at":"2022-06-15T06:01:36.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.2.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.2.3","dependencies_parsed_at":"2023-05-31T10:54:19.237Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"f543c9ea52b13b3b0a43063c1e952a074c6e3d9c","kind":"commit","published_at":"2022-06-07T19:21:26.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.2.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.2.2","dependencies_parsed_at":"2023-05-31T10:54:19.832Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"3ffb9725bba9694cad40a9e4a15d8929b4372845","kind":"commit","published_at":"2022-05-27T18:00:51.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.2.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-31T10:54:20.448Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"8b8e7569da3f92aa3682f8ce1131634fe5a7ae57","kind":"commit","published_at":"2022-05-27T17:53:46.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.2.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T10:54:21.024Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.2.0/manifests"},{"name":"v1.1.5","sha":"f1b2680b9d3a4df3f16834bf80f7218c9b23dcb5","kind":"commit","published_at":"2022-05-06T22:42:12.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.5","dependencies_parsed_at":"2023-05-31T10:54:21.609Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"9a5d2a2535f71700bce96eb1f732e15215926c78","kind":"commit","published_at":"2022-04-25T19:38:04.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.4","dependencies_parsed_at":"2023-05-31T10:54:22.216Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"5afb84edcf285cea49a7b0b53d062e2c9e8367df","kind":"commit","published_at":"2022-04-01T00:14:05.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.3","dependencies_parsed_at":"2023-05-31T10:54:22.754Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"a1a7aab826ace9652bb668a35ce5adc159226efa","kind":"commit","published_at":"2022-03-24T20:43:30.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-31T10:54:23.435Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"ee419d7fec939f3b7a6255a00b3db3c6f40867bd","kind":"commit","published_at":"2022-03-16T23:24:50.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T10:54:23.998Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"ade0c59d0d8c8a67dbddfa80ec210547615880d1","kind":"commit","published_at":"2022-03-16T23:15:32.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.1.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T10:54:24.509Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"68b16005e036269aa1ee74eaa2ef12874e82ff52","kind":"commit","published_at":"2022-01-14T19:21:00.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.0.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T10:54:25.050Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"21b555190bbe9fbc80472bdadada819c1210c61f","kind":"commit","published_at":"2021-11-22T23:30:17.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.0.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T10:54:25.662Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"814125941a42439b5b372bf22c62ec0f4c676538","kind":"commit","published_at":"2021-11-05T04:37:29.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.0.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T10:54:26.202Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"f379af91f64f1c29427be0b9f1e4721dd0e3748b","kind":"commit","published_at":"2021-10-19T05:57:07.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v1.0.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T10:54:26.799Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v1.0.0/manifests"},{"name":"v0.11.0","sha":"ebbaa1793475a040db0df81c82c5c55b41f518a3","kind":"commit","published_at":"2021-10-15T02:53:21.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.11.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.11.0","dependencies_parsed_at":"2023-05-31T10:54:27.256Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.11.0/manifests"},{"name":"v0.10.11","sha":"30656135192f86989577d7bebd4565a567e3862c","kind":"commit","published_at":"2021-10-13T05:22:01.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.11","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.11","dependencies_parsed_at":"2023-05-31T10:54:27.783Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.11/manifests"},{"name":"v0.10.10","sha":"dd48314bfdb342b3939666702fe6eba0a2d6804e","kind":"commit","published_at":"2021-10-12T19:39:29.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.10","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.10","dependencies_parsed_at":"2023-05-31T10:54:28.293Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.10/manifests"},{"name":"v0.10.9","sha":"bd8faf36ec1ccd1a8bf5d3a79a356a31e9d198ce","kind":"commit","published_at":"2021-08-24T19:33:01.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.9","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.9","dependencies_parsed_at":"2023-05-31T10:54:28.786Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.9/manifests"},{"name":"v0.10.8","sha":"50cc6db69231c985a1afc80e1d71060ced1b9bd9","kind":"commit","published_at":"2021-08-20T17:17:40.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.8","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.8","dependencies_parsed_at":"2023-05-31T10:54:29.318Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.8/manifests"},{"name":"v0.10.7","sha":"f6ea33ef4cbe505f549f8a90ac82f7059e9c166c","kind":"commit","published_at":"2021-08-11T21:08:31.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.7","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.7","dependencies_parsed_at":"2023-05-31T10:54:29.864Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.7/manifests"},{"name":"v0.10.6","sha":"cf3f5305482c7cf0178d64eb55e58492f62a9358","kind":"commit","published_at":"2021-07-23T09:10:53.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.6","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.6","dependencies_parsed_at":"2023-05-31T10:54:30.459Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.6/manifests"},{"name":"v0.10.5","sha":"fe748290c990b8e8e076d95a3907c5d7d9f53eff","kind":"commit","published_at":"2021-07-01T06:09:13.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.5","dependencies_parsed_at":"2023-05-31T10:54:30.953Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.5/manifests"},{"name":"v0.10.4","sha":"18b4c30acaa34daba4f4c6dc0ac65cefc525a9b7","kind":"commit","published_at":"2021-07-01T04:48:51.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.4","dependencies_parsed_at":"2023-05-31T10:54:31.441Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"ba68a0bc570d0e7d54d545a21a4ddb842dcf2811","kind":"commit","published_at":"2021-07-01T03:57:38.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.3","dependencies_parsed_at":"2023-05-31T10:54:32.001Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"2fd3c9e2cfef30758606807027864d7af7cdbcb4","kind":"commit","published_at":"2021-07-01T03:41:45.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.2","dependencies_parsed_at":"2023-05-31T10:54:32.613Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"5dc5ceef41cfe3752f49cc96396ac0720947b9bc","kind":"commit","published_at":"2021-06-30T23:22:19.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.1","dependencies_parsed_at":"2023-05-31T10:54:33.203Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"6448720610c868e02e6973198d7b107767dc35b0","kind":"commit","published_at":"2021-06-16T04:22:05.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.10.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.10.0","dependencies_parsed_at":"2023-05-31T10:54:33.830Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.10.0/manifests"},{"name":"v0.9.3","sha":"68a458d09719349de1891b5f6293c26c0a4534bf","kind":"commit","published_at":"2021-06-16T00:50:44.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.9.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.9.3","dependencies_parsed_at":"2023-05-31T10:54:34.277Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"850d8f6ba26b5c018f2d9024336ea51b4b428ccd","kind":"commit","published_at":"2021-06-15T23:27:38.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.9.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.9.2","dependencies_parsed_at":"2023-05-31T10:54:34.783Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"637e9beeecf05c76309f8709ceae8c2da455d008","kind":"commit","published_at":"2021-06-10T22:50:23.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.9.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.9.1","dependencies_parsed_at":"2023-05-31T10:54:35.281Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"ba2060fd44dc9bbf5ac8ae42afdbc83d7ae2f22d","kind":"commit","published_at":"2021-06-10T22:38:02.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.9.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.9.0","dependencies_parsed_at":"2023-05-31T10:54:35.918Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.9.0/manifests"},{"name":"v0.8.5","sha":"1958b30039a46c3219a8ff17f8bd329d0c60abbc","kind":"commit","published_at":"2021-06-08T22:07:02.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.5","dependencies_parsed_at":"2023-05-31T10:54:36.437Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.5/manifests"},{"name":"v0.8.4","sha":"802f937b6c4ae4866d8c7074c4c42c93f386ec3d","kind":"commit","published_at":"2021-05-25T16:02:29.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.4","dependencies_parsed_at":"2023-05-31T10:54:36.919Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.4/manifests"},{"name":"v0.8.3","sha":"78763c6fd74999917b64c1a32e7ade39a8485e36","kind":"commit","published_at":"2021-05-04T16:55:00.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.3","dependencies_parsed_at":"2023-05-31T10:54:37.423Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.3/manifests"},{"name":"v0.8.2","sha":"7c5aa775f8ea6ff5c014fd53b576c58ac66caf2a","kind":"commit","published_at":"2021-04-30T17:22:02.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.2","dependencies_parsed_at":"2023-05-31T10:54:37.925Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"ee30a52a3380a53220e38b41246a176ca5401ce7","kind":"commit","published_at":"2021-04-29T19:44:14.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.1","dependencies_parsed_at":"2023-05-31T10:54:38.444Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"0c8f4253523e87e3d1a787e47d66e3d257605507","kind":"commit","published_at":"2021-04-29T17:26:35.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.8.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-31T10:54:38.897Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"d86dda8a2caf69639e4dd3c44646be10f6ee56e1","kind":"commit","published_at":"2021-04-08T10:06:07.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.7.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-31T10:54:39.383Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.7.0/manifests"},{"name":"v0.6.2","sha":"266396ae7c502b64d240116dc7030a4bf8a133bc","kind":"commit","published_at":"2021-04-01T00:02:44.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.6.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.6.2","dependencies_parsed_at":"2023-05-31T10:54:39.889Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"059a37b174c821761af41226be9976a037fd88ef","kind":"commit","published_at":"2021-03-25T17:13:43.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.6.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.6.1","dependencies_parsed_at":"2023-05-31T10:54:40.431Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"a5d11af8828d6518d8ea192a1e1a44b91a82a8f0","kind":"commit","published_at":"2021-03-24T19:59:30.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.6.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-31T10:54:40.904Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.6.0/manifests"},{"name":"v0.5.4","sha":"be5399ef615edbb4d6f7eeefce808dcfb7c17067","kind":"commit","published_at":"2021-02-26T20:47:01.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.5.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.5.4","dependencies_parsed_at":"2023-05-31T10:54:41.414Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"e329d102dc7aa92d72e53cf3ce85c9583cdabad0","kind":"commit","published_at":"2021-02-25T23:07:02.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.5.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.5.3","dependencies_parsed_at":"2023-05-31T10:54:41.990Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"ef5b81706a48850aabc216267db4a0333ec1e5f8","kind":"commit","published_at":"2021-02-25T00:31:51.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.5.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.5.2","dependencies_parsed_at":"2023-05-31T10:54:42.458Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"2e1d22ea4baca17f0db00518de308682703bc31b","kind":"commit","published_at":"2021-02-25T00:22:31.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.5.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.5.1","dependencies_parsed_at":"2023-05-31T10:54:43.049Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"8227079b46ee9c23e1d5657bc05f122ced93afbf","kind":"commit","published_at":"2021-02-24T19:05:35.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.5.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-31T10:54:43.566Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"a4a64182643848854a6c4b3bbd95d6d1b0f8df7d","kind":"commit","published_at":"2021-02-24T03:00:29.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.4.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.4.2","dependencies_parsed_at":"2023-05-31T10:54:44.094Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"4c284d087bc8dd2cb58a4783bc04f12e56ba7e91","kind":"commit","published_at":"2021-02-08T22:14:11.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.4.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.4.1","dependencies_parsed_at":"2023-05-31T10:54:44.568Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"f7428b655ba3821e16be2d7ed56e6e79bc390aae","kind":"commit","published_at":"2021-02-08T21:33:40.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.4.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-31T10:54:45.084Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"5af2cab314c50563bfbe7b96f5a234befd383eb0","kind":"commit","published_at":"2021-01-16T00:28:52.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.3.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.3.2","dependencies_parsed_at":"2023-05-31T10:54:45.674Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"1172384e6c90397485f6ccfb2e390342a5a0f049","kind":"commit","published_at":"2021-01-07T11:43:42.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.3.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.3.1","dependencies_parsed_at":"2023-05-31T10:54:46.155Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f9b8f9bfada6ff482d9a771eb1939b192a142f6a","kind":"commit","published_at":"2021-01-06T21:11:55.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.3.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-31T10:54:46.752Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.3.0/manifests"},{"name":"v0.2.8","sha":"810efd5b0f6ae04230747a1d1b4aa45d678f6697","kind":"commit","published_at":"2021-01-04T22:31:42.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.8","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.8","dependencies_parsed_at":"2023-05-31T10:54:47.281Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"1653a164996f42a78a4e1ad9617b8669311bf7ba","kind":"commit","published_at":"2020-12-31T22:17:08.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.7","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.7","dependencies_parsed_at":"2023-05-31T10:54:47.781Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"ddbf21865c8c733b3ebf9673742d4441da6f8279","kind":"commit","published_at":"2020-12-31T00:12:49.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.6","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.6","dependencies_parsed_at":"2023-05-31T10:54:48.272Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"304ac69a2f5a5b98824415a8e96a3bcac3db09ae","kind":"commit","published_at":"2020-12-30T23:58:22.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.5","dependencies_parsed_at":"2023-05-31T10:54:48.782Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"b743029f0d1da8055877233221b471d1023c14a5","kind":"commit","published_at":"2020-12-24T23:47:52.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.4","dependencies_parsed_at":"2023-05-31T10:54:49.300Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c5bafd8753f8fa3c6555457c51d4cd40273845b4","kind":"commit","published_at":"2020-12-23T21:52:55.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.3","dependencies_parsed_at":"2023-05-31T10:54:49.782Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"34815f367fe5efe8dab839f5d0fcc686641fbe46","kind":"commit","published_at":"2020-12-21T23:18:09.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.2","dependencies_parsed_at":"2023-05-31T10:54:50.332Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"f0af25d66363bffffdd7d493e83cf0eb632077c2","kind":"commit","published_at":"2020-12-20T20:49:48.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.1","dependencies_parsed_at":"2023-05-31T10:54:50.828Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"23c2cefa2b3608478031269716e9a656c82eafd7","kind":"commit","published_at":"2020-12-18T03:31:17.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.2.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-31T10:54:51.389Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.2.0/manifests"},{"name":"v0.1.7","sha":"5a95604f76d5a39ecd870f79260a27a110d53124","kind":"commit","published_at":"2020-12-18T00:14:07.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.7","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.7","dependencies_parsed_at":"2023-05-31T10:54:51.989Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"d1030dd792ce36835b86bf76ed3e70a71b4c83ea","kind":"commit","published_at":"2020-12-17T22:56:15.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.6","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.6","dependencies_parsed_at":"2023-05-31T10:54:52.598Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"c6791a4917fa9e8eb98d3279ef24b98a9d388668","kind":"commit","published_at":"2020-12-17T22:52:52.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.5","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.5","dependencies_parsed_at":"2023-05-31T10:54:53.082Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"0fe16b8f9f79190227b397329bc5b58ed24d12f0","kind":"commit","published_at":"2020-12-17T21:29:12.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.4","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.4","dependencies_parsed_at":"2023-05-31T10:54:53.652Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"1c2349585275575253eda4b1a17db4a516304328","kind":"commit","published_at":"2020-12-17T20:40:32.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.3","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.3","dependencies_parsed_at":"2023-05-31T10:54:54.216Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"2844af26bbc0df3af01ae3754ec2c4a5cd8614bd","kind":"commit","published_at":"2020-12-17T19:36:29.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.2","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.2","dependencies_parsed_at":"2023-05-31T10:54:54.690Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"d3ea62866292f162a1691ccafa388965c7e7da57","kind":"commit","published_at":"2020-12-17T19:30:50.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.1","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.1","dependencies_parsed_at":"2023-05-31T10:54:55.291Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"19bf6605cb6fcf5d067f6fdbabb7e8a1cc9128b4","kind":"commit","published_at":"2020-12-17T19:18:00.000Z","download_url":"https://codeload.github.com/ketch-com/ketch-cli/tar.gz/v0.1.0","html_url":"https://github.com/ketch-com/ketch-cli/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-31T10:54:55.772Z","dependency_job_id":null,"purl":"pkg:github/ketch-com/ketch-cli@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-27T00:01:49.103Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":24.92198520925063,"forks_count":37.2590091052879,"average":26.259992305390497},"purl":"pkg:githubactions/ketch-com/ketch-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ketch-com/ketch-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ketch-com/ketch-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ketch-com/ketch-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-04-10T02:22:17.225Z","issues_count":0,"pull_requests_count":111,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":3920487.783505155,"issues_closed_count":0,"pull_requests_closed_count":97,"pull_request_authors_count":11,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.5315315315315315,"merged_pull_requests_count":41,"bot_issues_count":0,"bot_pull_requests_count":73,"past_year_issues_count":0,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":74873.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.09090909090909091,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketch-com%2Fketch-cli/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ketch-com%2Fketch-cli/codemeta","maintainers":[]}