<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-configuration-update"></a>

# confluent configuration update

## Description

Update a user-configurable field’s value.

```none
confluent configuration update <key> <value> [flags]
```

## Global Flags

```none
-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).
```

## Examples

Set the “disable_plugins” configuration to “true”.

```none
confluent configuration update disable_plugins true
```

## See Also

* [confluent configuration](index.md#confluent-configuration) - Configure the Confluent CLI.
