# tuist account update

Update account settings.

## Arguments

### account-handle `Optional`

The account handle of the account to update. If omitted, defaults to the account you're currently authenticated as.

```bash
tuist account update [account-handle]
```

### handle

The new handle.

```bash
tuist account update --handle [handle]
```

### path `Optional`

The path to the directory or a subdirectory of the project.

```bash
tuist account update --path [path]
tuist account update -p [path]
```
