Confluent CLI icon

Confluent CLI 4.28.0

Enables developers to manage Confluent Cloud or Confluent Platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    confluent-cli # Confluent CLI
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    confluent-cli # Confluent CLI
  ];
}

Package Definition

{
  "pname": "confluent-cli",
  "version": "4.28.0",
  "src": {
    "url": "https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/4.28.0/confluent_4.28.0_darwin_arm64.tar.gz",
    "sha256": "48263841514a01fa87367cf63e3ee513891d347f34c875fa5d1ea53d5f8ac2ac"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"confluent/confluent\" \"$out/bin/confluent\""
  ],
  "meta": {
    "description": "Enables developers to manage Confluent Cloud or Confluent Platform",
    "homepage": "https://docs.confluent.io/confluent-cli/current/overview.html"
  }
}