# faros whoami

Show who you are logged in as, and where kubectl points

Source: https://faros.sh/docs/reference/cli/commands/whoami/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

## Synopsis

Print the hub, your identity and token state, the active organization
and workspace with your role in each, and which cluster the current kubectl
context targets (the hub workspace or a connected edge).

```bash
faros whoami [flags]
```

## Options

```text
  -h, --help            help for whoami
  -o, --output string   Output format: json, yaml
```

## Inherited options

```text
      --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
      --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)
```

## See also

- [faros](https://faros.sh/docs/reference/cli/commands/) — faros: an open-source control plane for platform teams
