# 📖 `clever profile` command reference

## ➡️ `clever profile` <kbd>Since 0.10.1</kbd>

Display the profile of the current user

```bash
clever profile [options]
```

### ⚙️ Options

|Name|Description|
|---|---|
|`-F`, `--format` `<format>`|Output format (human, json) (default: human)|

## ➡️ `clever profile list` <kbd>Since 4.6.0</kbd>

List all configured profiles

```bash
clever profile list [options]
```

### ⚙️ Options

|Name|Description|
|---|---|
|`-F`, `--format` `<format>`|Output format (human, json) (default: human)|

## ➡️ `clever profile open` <kbd>Since 3.11.0</kbd>

Open your profile in the Console

```bash
clever profile open
```

## ➡️ `clever profile switch` <kbd>Since 4.6.0</kbd>

Switch to a different profile

```bash
clever profile switch [options]
```

### ⚙️ Options

|Name|Description|
|---|---|
|`-a`, `--alias` `<alias>`|Alias of the profile to switch to|
