This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

confluent-cli

1.6.3 • Public • Published

confluent-cli

Installation

npm install -g confluent-cli

Configuration

You'll need a ~/.confl/config file of the following form:

{
    "profiles": {
        "test": {
            "apiUrl": "https://confluent-api-host:port",
            "schemaRegistry": "https://schema-registry-host:port",
            "broker": "kafka-broker:port",
            "username": "kafka-username",
            "password": "kafka-password",
            "ssl": {
                "key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----",
                "cert": "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----",
                "ca": "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----"
            }
        }
    },
    "defaultProfile": "test"
}

Usage

Run confl --help for a list of available commands and then confl <command> --help for more help on a specific command.

Readme

Keywords

none

Package Sidebar

Install

npm i confluent-cli

Weekly Downloads

1

Version

1.6.3

License

BSD-3-Clause

Unpacked Size

47.5 kB

Total Files

22

Last publish

Collaborators

  • kelveden