confluent asyncapi import¶
Description¶
Update a Kafka cluster and Schema Registry according to an AsyncAPI specification file.
confluent asyncapi import [flags]
Flags¶
--file string REQUIRED: Input filename.
--overwrite Overwrite existing topics with the same name.
--kafka-api-key string Kafka cluster API key.
Global Flags¶
-h, --help Show help for this command.
--unsafe-trace Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
Import an AsyncAPI specification file to populate an existing Kafka cluster and Schema Registry.
confluent asyncapi import --file spec.yaml
See Also¶
- confluent asyncapi - Manage AsyncAPI document tooling.