# License Update

Update the system license key.

## Usage

SupportPal provides a simple CLI command to update your license key, the command expects your new license key as the argument.

### Usage on Docker

```

docker exec -u supportpal supportpal php artisan license:update SP-xxx

```

### Usage on Linux

```

php artisan license:update SP-xxx

```

### Example Output

```

License key updated successfully.

```