{"id":18700680,"url":"https://github.com/manosbatsis/corda5-cli-action","last_synced_at":"2026-05-07T05:34:04.420Z","repository":{"id":192105380,"uuid":"686320275","full_name":"manosbatsis/corda5-cli-action","owner":"manosbatsis","description":"Adds Corda 5 CLI to your GitHub actions.","archived":false,"fork":false,"pushed_at":"2024-01-30T09:46:41.000Z","size":601,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T05:22:39.992Z","etag":null,"topics":["action","actions","ci","ci-cd","cicd","corda","corda-developers","corda-framework","corda-network","cordapp","cordapps","github-actions","integration-testing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manosbatsis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-09-02T11:57:07.000Z","updated_at":"2024-01-16T09:20:31.000Z","dependencies_parsed_at":"2024-01-05T05:27:18.018Z","dependency_job_id":"6a9124eb-8239-4bbb-a23c-d3f23124ece8","html_url":"https://github.com/manosbatsis/corda5-cli-action","commit_stats":null,"previous_names":["manosbatsis/setup-corda5-cli-action","manosbatsis/corda5-cli-action"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manosbatsis%2Fcorda5-cli-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manosbatsis%2Fcorda5-cli-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manosbatsis%2Fcorda5-cli-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manosbatsis%2Fcorda5-cli-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manosbatsis","download_url":"https://codeload.github.com/manosbatsis/corda5-cli-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565650,"owners_count":19660154,"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":["action","actions","ci","ci-cd","cicd","corda","corda-developers","corda-framework","corda-network","cordapp","cordapps","github-actions","integration-testing"],"created_at":"2024-11-07T11:38:26.554Z","updated_at":"2025-11-08T22:30:33.063Z","avatar_url":"https://github.com/manosbatsis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Corda 5 CLI Action \n\nAdds Corda 5 CLI to your [GitHub actions](https://github.com/features/actions). \nWorks well with [corda5-testutils](https://github.com/manosbatsis/corda5-testutils). \n\nExample workflow fragment bellow:\n\n```yaml\njobs:\n  build:\n    name: Build\n    runs-on: ubuntu-latest\n    timeout-minutes: 30\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: Set up JDK\n        uses: actions/setup-java@v3\n        with:\n          distribution: 'zulu'\n          java-version: '17'\n      - name: Setup Corda CLI\n        uses: manosbatsis/corda5-cli-action@v2.0.1\n        with:\n          cli-version: '5.0.1' # or 5.1.0\n          # Or use custom location, e.g. \n          # cli-installer-zip-url: 'https://github.com/corda/corda-runtime-os/releases/download/release-5.0.1.0/corda-cli-installer-5.0.1.0.zip'\n      - name: Build with Gradle\n        uses: gradle/gradle-build-action@v2\n        with:\n          arguments: build test\n```\n\n## Examples\n\nYou can find a complete example built on top of CSDE at the [CSDE-cordapp-integration-testing](https://github.com/manosbatsis/CSDE-cordapp-integration-testing) repo.\nThere is also a relevant Medium article [here](https://medium.com/@manosbatsis/corda5-integration-testing-4e98d6a195cd). \n\n## Feedback\n\nIssues, PRs etc. welcome. You can also try pinging me on https://cordaledger.slack.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanosbatsis%2Fcorda5-cli-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanosbatsis%2Fcorda5-cli-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanosbatsis%2Fcorda5-cli-action/lists"}