# Zuplo CLI: Whoami

<CliCommand
  command="whoami"
  description="Displays the currently authenticated user"
  examples={[
  [
    "$0 whoami",
    "Display the currently authenticated user"
  ]
]}
  usage="$0 whoami [options]"
>

</CliCommand>

## Global options

The following global options are available for all commands:

- [`--help`](./global-options.mdx#help)
- [`--api-key`](./global-options.mdx#api-key)
