confluent secret file decrypt

説明

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

confluent secret file decrypt [flags]

ちなみに

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

フラグ

--config-file string          REQUIRED: Path to the configuration properties file.
--local-secrets-file string   REQUIRED: Path to the local encrypted configuration properties file.
--output-file string          REQUIRED: Output file path.
--config string               List of configuration keys.

グローバルフラグ

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

関連情報