
---
url: /mod/umami/cur.md
---
# x umami cur

Umami module configuration for managing the current session

## Usage

```sh
x umami cur|--cur [SUB_COMMAND] <#n>
```

## Arguments

| Argument | Description |
| ------- | ------- |
| `#n` | `token=` &#124; `endpoint=` |


## Sub Commands

| Name | Description |
| ------- | ------- |
| [x umami cur clear](#x-umami-cur-clear) | Clear all setting default in the current session and reback the default value of the config record |
| [x umami cur ls](#x-umami-cur-ls) | List all current value in the session |


### x umami cur clear

Clear all setting default in the current session and reback the default value of the config record


- **Examples**:

Clear all current session settings

```sh
x umami cur clear
```

- **Usage**:

```sh
x umami cur|--cur clear
```

### x umami cur ls

List all current value in the session


- **Examples**:

Show current session config

```sh
x umami cur ls
```

- **Usage**:

```sh
x umami cur|--cur ls
```