--- title: "CLI whoami command" sidebarTitle: "Whoami" description: "Use these options to display the current logged in user and project details." --- Run the command like this: ```bash npm npx trigger.dev@latest whoami ``` ```bash pnpm pnpm dlx trigger.dev@latest whoami ``` ```bash yarn yarn dlx trigger.dev@latest whoami ``` ## Options The login profile to use. Defaults to `default`. Override the API URL. Defaults to `https://api.trigger.dev`. The CLI log level to use. Options are `debug`, `info`, `log`, `warn`, `error`, and `none`. This does not affect the log level of your trigger.dev tasks. Defaults to `log`. Opt-out of sending telemetry data. ## Standard options Shows the help information for the command.