# scloud me

https://docs.serverpod.dev/cloud/reference/cli/commands/me

`scloud me` prints the user currently logged in to the CLI. Use it to confirm which account you're authenticated as before running a privileged command, or when sharing context with support.

If the CLI isn't authenticated, the command exits with an error. Log in with [`scloud auth login`](https://docs.serverpod.dev/cloud/reference/cli/commands/auth.md).

## Usage

```console
Show information about the current user.

Usage: scloud me [arguments]
-h, --help    Print this usage information.

Run "scloud help" to see global options.

See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/commands/me

```
