confluent ksql app create

Description

Create a ksqlDB app.

confluent ksql app create <name> [flags]

Flags

    --api-key string       REQUIRED: Kafka API key for the ksqlDB cluster to use (use "confluent api-key create --resource lkc-123456" to create one if none exist).
    --api-secret string    REQUIRED: Secret for the Kafka API key.
    --csu int32            Number of CSUs to use in the cluster. (default 4)
    --log-exclude-rows     Exclude row data in the processing log.
    --cluster string       Kafka cluster ID.
    --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.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which may contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also