confluent schema-registry exporter update¶
Description¶
Update configs or information of schema exporter.
confluent schema-registry exporter update <name> [flags]
Flags¶
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
--subjects strings The subjects of the exporter. Should use comma separated list, or specify the flag multiple times.
--context-type string The context type of the exporter. Can be "AUTO", "CUSTOM" or "NONE".
--context-name string The context name of the exporter.
--config-file string The file containing configurations of the exporter.
--api-key string API key.
--api-secret string API key secret.
--environment string Environment 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¶
Update information of new schema exporter.
confluent schema-registry exporter update my-exporter --subjects my-subject1,my-subject2 --context-type CUSTOM --context-name my-context
Update configs of new schema exporter.
confluent schema-registry exporter update my-exporter --config-file ~/config.txt
See Also¶
- confluent schema-registry exporter - Manage Schema Registry exporters.