{"id":42798602,"url":"https://github.com/confluentinc/cli","last_synced_at":"2026-05-29T00:01:24.347Z","repository":{"id":65499885,"uuid":"127888390","full_name":"confluentinc/cli","owner":"confluentinc","description":"CLI for Confluent Cloud and Confluent Platform","archived":false,"fork":false,"pushed_at":"2026-05-22T06:40:37.000Z","size":176342,"stargazers_count":75,"open_issues_count":64,"forks_count":29,"subscribers_count":171,"default_branch":"main","last_synced_at":"2026-05-22T10:37:51.982Z","etag":null,"topics":["asyncapi","cli","cloud","confluent","connect","flink","kafka","ksql","networking","platform","schema-registry"],"latest_commit_sha":null,"homepage":"https://docs.confluent.io/confluent-cli/current/overview.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/confluentinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2018-04-03T10:01:20.000Z","updated_at":"2026-05-22T06:35:50.000Z","dependencies_parsed_at":"2026-05-22T03:02:12.909Z","dependency_job_id":null,"html_url":"https://github.com/confluentinc/cli","commit_stats":{"total_commits":2889,"total_committers":139,"mean_commits":"20.784172661870503","dds":0.8161993769470405,"last_synced_commit":"6bf2a10afb8fcaa25b2160448d583b23037c1880"},"previous_names":[],"tags_count":555,"template":false,"template_full_name":null,"purl":"pkg:github/confluentinc/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confluentinc%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confluentinc%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confluentinc%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confluentinc%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/confluentinc","download_url":"https://codeload.github.com/confluentinc/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confluentinc%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33630999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["asyncapi","cli","cloud","confluent","connect","flink","kafka","ksql","networking","platform","schema-registry"],"created_at":"2026-01-30T02:10:27.054Z","updated_at":"2026-05-29T00:01:24.330Z","avatar_url":"https://github.com/confluentinc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Confluent CLI\n\n[![Release](https://img.shields.io/github/v/release/confluentinc/cli)](https://github.com/confluentinc/cli/releases/latest)\n[![Build Status](https://semaphore.ci.confluent.io/badges/cli/branches/main.svg?style=shields\u0026key=36d1298e-932a-4d04-8cd0-2483a2a6ab85)](https://semaphore.ci.confluent.io/projects/cli)\n\nThe Confluent CLI lets you manage your Confluent Cloud and Confluent Platform deployments, right from the terminal.\n\n## Documentation\n\nThe [Confluent CLI Overview](https://docs.confluent.io/confluent-cli/current/overview.html) shows how to get started with the Confluent CLI.\n\nThe [Confluent CLI Command Reference](https://docs.confluent.io/confluent-cli/current/command-reference/index.html)\ncontains information on command arguments and flags, and is programmatically generated from this repository.\n\n## Contributing\n\nAll contributions are appreciated, no matter how small!\nWhen opening a PR, please make sure to follow our [contribution guide](CONTRIBUTING.md).\n\n## Installation\n\nThe Confluent CLI is available to install for macOS, Linux, and Windows.\n\n#### Homebrew\n\nInstall the latest version of `confluent` to `/usr/local/bin`:\n\n    brew install confluentinc/tap/cli\n\nOr, optionally install the FIPS-140 compatible version of `confluent`:\n\n    brew install confluentinc/tap/cli-fips\n\nThen, follow the instructions below in the section titled \"Build an OpenSSL FIPS Provider for FIPS-140 Mode\".\n\n#### APT (Ubuntu and Debian)\n\nInstall the latest version of `confluent` to `/usr/bin` (requires `glibc 2.28` or above):\n\n    wget -qO - https://packages.confluent.io/confluent-cli/deb/archive.key | sudo apt-key add -\n    sudo apt install software-properties-common\n    sudo add-apt-repository \"deb https://packages.confluent.io/confluent-cli/deb stable main\"\n    sudo apt update \u0026\u0026 sudo apt install confluent-cli\n\n#### YUM (RHEL and CentOS)\n\nInstall the latest version of `confluent` to `/usr/bin` (requires `glibc 2.28` or above):\n\n    sudo rpm --import https://packages.confluent.io/confluent-cli/rpm/archive.key\n    sudo yum install yum-utils\n    sudo yum-config-manager --add-repo https://packages.confluent.io/confluent-cli/rpm/confluent-cli.repo\n    sudo yum clean all \u0026\u0026 sudo yum install confluent-cli\n\n#### Windows\n\n1. Download the latest Windows ZIP file from https://github.com/confluentinc/cli/releases/latest\n2. Unzip `confluent_X.X.X_windows_amd64.zip`\n3. Run `confluent.exe`\n\n#### Docker\n\nPull the latest version:\n\n    docker pull confluentinc/confluent-cli:latest\n\nPull `confluent` v3.6.0:\n\n    docker pull confluentinc/confluent-cli:3.6.0\n\n### Building from Source\n\n    make build\n    dist/confluent_$(go env GOOS)_$(go env GOARCH)/confluent -h\n\n#### Cross Compile for Other Platforms\n\nFrom darwin/amd64 or darwin/arm64, you can build the CLI for any other supported platform.\n\nTo build for darwin/amd64 from darwin/arm64, run the following:\n\n    GOARCH=amd64 make build\n\nTo build for darwin/arm64 from darwin/amd64, run the following:\n\n    GOARCH=arm64 make build\n\nTo build for linux/amd64 (glibc or musl), run the following:\n\n    brew install FiloSottile/musl-cross/musl-cross\n    GOOS=linux GOARCH=amd64 make cross-build\n\nTo build for linux/arm64 (glibc or musl), run the following:\n\n    brew install FiloSottile/musl-cross/musl-cross\n    GOOS=linux GOARCH=arm64 make cross-build\n\nTo build for windows/amd64, run the following:\n\n    brew install mingw-w64\n    GOOS=windows GOARCH=amd64 make cross-build\n\n#### Building for macOS in FIPS-140 mode\n\nLinux is built in FIPS-140 mode by default. To build the CLI for macOS in FIPS-140 mode, set the `GOLANG_FIPS` environment variable to \"1\":\n\n```bash\nGOLANG_FIPS=1 make build\n```\n\nThen, follow the instructions in the next section to build an OpenSSL FIPS provider.\n\n### Build an OpenSSL FIPS Provider for FIPS-140 Mode\n\n```bash\nwget \"https://www.openssl.org/source/openssl-3.0.9.tar.gz\"\ntar -xvf openssl-3.0.9.tar.gz\ncd openssl-3.0.9/\n./Configure enable-fips\nmake install_fips DESTDIR=install\n```\n\nCopy the generated files into the Homebrew OpenSSL directory:\n\n```bash\ncp install/usr/local/lib/ossl-modules/fips.dylib /opt/homebrew/Cellar/openssl@3/\u003cversion\u003e/lib/ossl-modules\ncp install/usr/local/ssl/fipsmodule.cnf /opt/homebrew/etc/openssl@3/\n```\n\nCreate a new OpenSSL configuration file for FIPS-140 mode:\n\n```bash\ncp /opt/homebrew/etc/openssl@3/openssl.cnf /opt/homebrew/etc/openssl@3/openssl-fips.cnf\n```\n\nAppend the following to `openssl-fips.cnf`:\n\n```\nconfig_diagnostics = 1\nopenssl_conf = openssl_init\n\n.include /opt/homebrew/etc/openssl@3/fipsmodule.cnf\n\n[openssl_init]\nproviders = provider_sect\nssl_conf = ssl_module\nalg_section = algorithm_sect\n\n[provider_sect]\nfips = fips_sect\ndefault = default_sect\n\n[default_sect]\nactivate = 1\n\n[algorithm_sect]\ndefault_properties = fips=yes\n\n[ssl_module]\nsystem_default = crypto_policy\n\n[crypto_policy]\nCipherString = @SECLEVEL=2:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384\nCiphersuites = TLS_AES_256_GCM_SHA384\nTLS.MinProtocol = TLSv1.2\nTLS.MaxProtocol = TLSv1.3\nDTLS.MinProtocol = DTLSv1.2\nDTLS.MaxProtocol = DTLSv1.2\nSignatureAlgorithms = ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:rsa_pss_pss_sha256:rsa_pss_pss_sha384:rsa_pss_pss_sha512:rsa_pss_rsae_sha256:rsa_pss_rsae_sha384:rsa_pss_rsae_sha512:RSA+SHA256:RSA+SHA384:RSA+SHA512:ECDSA+SHA224:RSA+SHA224\n```\n\nRun the Confluent CLI in FIPS-140 mode:\n\n```bash\nenv \\\n DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/openssl@3/\u003cversion\u003e/lib \\\n OPENSSL_CONF=/opt/homebrew/etc/openssl@3/openssl-fips.cnf \\\n GOLANG_FIPS=1 \\\n confluent version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfluentinc%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconfluentinc%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfluentinc%2Fcli/lists"}