confluent stream-share provider invite create

Description

Invite a consumer with email.

confluent stream-share provider invite create [flags]

Flags

    --email string                       REQUIRED: Email of the user with whom to share the topic.
    --topic string                       REQUIRED: Topic to be shared.
    --environment string                 REQUIRED: Environment ID.
    --cluster string                     REQUIRED: Kafka cluster ID.
    --schema-registry-subjects strings   A comma-separated list of Schema Registry subjects.
-o, --output string                      Specify the output format as "human", "json", or "yaml". (default "human")

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

Invite a user with email “user@example.com”:

confluent stream-share provider invite create --email user@example.com --topic topic-12345 --environment env-123456 --cluster lkc-12345

See Also