confluent secret file add

説明

このコマンドは、パスワードを暗号化し、--config-file で指定される構成ファイルに追加します。このコマンドは、マスターキーが "master-key generate" コマンドを使用して設定されていない場合は失敗を返します。

confluent secret file add [flags]

ちなみに

例については、シークレットの使用例 を参照してください。

フラグ

--config-file string           REQUIRED: Path to the configuration properties file.
--local-secrets-file string    REQUIRED: Path to the local encrypted configuration properties file.
--remote-secrets-file string   REQUIRED: Path to the remote encrypted configuration properties file.
--config string                REQUIRED: List of key/value pairs of configuration properties.

グローバルフラグ

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

関連情報