confluent schema-registry cluster enable¶
Description¶
Enable Schema Registry for this environment.
confluent schema-registry cluster enable [flags]
Flags¶
--cloud string REQUIRED: Cloud provider (aws, azure, gcp).
--geo string REQUIRED: Either 'us', 'eu', or 'apac'.
--context string CLI context name.
--environment string Environment ID.
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
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¶
Enable Schema Registry, using Google Cloud Platform in the US.
confluent schema-registry cluster enable --cloud gcp --geo us
See Also¶
- confluent schema-registry cluster - Manage Schema Registry cluster.