confluent secret file update¶
Description¶
This command updates the encrypted secrets from the configuration properties file.
confluent secret file update [flags]
Tip
For examples, see Secrets Usage Examples.
Flags¶
--config-file string REQUIRED: Path to the configuration properties file. File extension must be one of ".json" or ".properties" (key=value pairs).
--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.
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).
See Also¶
- confluent secret file - Secure secrets in a configuration properties file.