confluent context create

説明

API キーで新しいクラウドコンテキストを作成します。

confluent context create [context] [flags]

フラグ

    --bootstrap string    REQUIRED: Bootstrap URL.
    --api-key string      REQUIRED: API key.
    --api-secret string   REQUIRED: API secret. Can be specified as plaintext, as a file, starting with '@', or as stdin, starting with '-'.
-o, --output string       Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

"new context" というコンテキストを作成します。

confluent context create "new context" --bootstrap https://example.com --api-key key --api-secret @api-secret.txt

関連情報