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

<a id="confluent-local-current"></a>

# confluent local current

#### IMPORTANT
- The [confluent local](https://docs.confluent.io/confluent-cli/current/command-reference/local/index.html) commands are intended for a single-node development environment and
  are not suitable for a production environment. The data that are produced are transient and are intended to be
  temporary. For production-ready workflows, see [Install and Upgrade Confluent Platform](/platform/current/installation/index.html).

## Description

Print the filesystem path of the data and logs of the services managed by the current `confluent local` command. If such a path does not exist, it will be created.

```none
confluent local current [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

In Linux, running `confluent local current` should resemble the following:

```none
/tmp/confluent.SpBP4fQi
```

In macOS, running `confluent local current` should resemble the following:

```none
/var/folders/cs/1rndf6593qb3kb6r89h50vgr0000gp/T/confluent.000000
```

## See Also

* [confluent local](index.md#confluent-local) - Manage a local Confluent Platform development environment.
