ccloud schema-registry cluster enable

Description

Enable Schema Registry for this environment.

ccloud schema-registry cluster enable [flags]

Flags

    --cloud string    REQUIRED: Cloud provider (e.g. 'aws', 'azure', or 'gcp').
    --geo string      REQUIRED: Either 'us', 'eu', or 'apac'.
-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:

ccloud schema-registry cluster enable --cloud gcp --geo us

See Also