{"id":18542291,"url":"https://github.com/conductor-oss/conductor-cli","last_synced_at":"2026-02-09T08:09:11.031Z","repository":{"id":258013808,"uuid":"763936029","full_name":"conductor-oss/conductor-cli","owner":"conductor-oss","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-01T06:47:48.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-09T10:43:22.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/conductor-oss.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":"2024-02-27T07:21:31.000Z","updated_at":"2024-10-17T18:11:19.000Z","dependencies_parsed_at":"2024-10-18T03:24:22.656Z","dependency_job_id":null,"html_url":"https://github.com/conductor-oss/conductor-cli","commit_stats":null,"previous_names":["conductor-oss/conductor-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fconductor-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fconductor-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fconductor-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fconductor-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conductor-oss","download_url":"https://codeload.github.com/conductor-oss/conductor-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240907852,"owners_count":19876691,"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":[],"created_at":"2024-11-06T20:07:57.490Z","updated_at":"2026-02-09T08:09:05.999Z","avatar_url":"https://github.com/conductor-oss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLI for Conductor\n\n[Conductor](https://www.conductor-oss.org/) is the leading open-source orchestration platform allowing developers to build highly scalable distributed applications. \n\nCheck out the [official documentation for Conductor](https://orkes.io/content).\n\nThis repository provides a Java client for the Orkes Conductor Server. \n\n## ⭐ Conductor OSS\n\nShow support for the Conductor OSS.  Please help spread the awareness by starring Conductor repo.\n\n[![GitHub stars](https://img.shields.io/github/stars/conductor-oss/conductor.svg?style=social\u0026label=Star\u0026maxAge=)](https://GitHub.com/conductor-oss/conductor/)\n\n\n## Server Commands\n\n### Work with a server\n```shell\n# cdt works with the environment variables to connect to the server\nexport CONDUCTOR_SERVER_URL=http://server:port/api\n\n########################################\n### REQUIRED when using Orkes hosted ###\n########################################\n# When using an Orkes server which requires api key/secret, set the following env variables \nexport CONDUCTOR_AUTH_KEY=api_key\nexport CONDUCTOR_AUTH_SECRET=api_key_secret\n\n# Optionally, you can copy the auth token from the conductor UI and export it as such (useful for quick testing)\nexport CONDUCTOR_AUTH_TOKEN=auth_token\n```\n\n\n## Workflow Metadata Management\n\n```shell\n# List the workflows on the server\ncdt workflow list\n\n# Get the workflows definition - fetches the latest version\ncdt workflow get \u003cworkflowname\u003e\n\n# add a version with a comma in the name to get the specific version\ncdt workflow get \u003cworkflowname\u003e,\u003cverion\u003e\n\n# You can use quotes for workflow name if the name contains spaces, comma or special characters\ncdt workflow get \"\u003cworkflowname with spaces\u003e\"\n\n```\n### Create a workflow\n```shell\n# Register a workflow stored in the file\ncdt workflow create /path/to/workflow_definition.json --force # use --force to overwrite existing   \n```\n## Code Generation\n```shell\n# Generate a project of type (worker/application) in a particular language from a boilerplate (default is core)\n# See https://github.com/conductor-sdk/boilerplates for available boilerplates\nccli code generate -n \u003cname\u003e -l \u003clanguage\u003e -t \u003ctype\u003e -b \u003cboilerplate\u003e\n```\nExample:\n```shell\nccli code generate -n myapp -l javascript -t worker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconductor-oss%2Fconductor-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconductor-oss%2Fconductor-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconductor-oss%2Fconductor-cli/lists"}