ccloud connector create¶
Attention
The Confluent Cloud CLI is deprecated and will stop working on May 9, 2022. All ccloud features have been moved to the Confluent CLI. To update to the new CLI, run ccloud update –major. See the Migrate to Confluent CLI v2 for more details.
Flags¶
--config string REQUIRED: JSON connector config file.
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
--environment string Environment ID.
--cluster string Kafka cluster ID.
--context string CLI context name.
Global Flags¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
Create a connector in the current or specified Kafka cluster context.
ccloud connector create --config <file>
ccloud connector create --cluster <cluster-id> --config <file>
See Also¶
- ccloud connector - Manage Kafka Connect.