1.6.3 • Published 5 years ago

confluent-cli v1.6.3

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
5 years ago

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.

1.6.3

5 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago