> For the complete documentation index, see [llms.txt](https://docs2.bunifuframework.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs2.bunifuframework.com/docs/getting-started/licensing/cli-utility.md).

# Bunifu Licensing CLI

A versatile command-line utility for managing your licenses

**Bunifu Licensing CLI (Command-line Interface)** is a nifty and powerful utility that lets you manage your licenses for all Bunifu products right from the command-line. This is easily achieved by running the utility - **blc.exe** - via the Windows Command Prompt.

[↓ ](https://bunifuframework.com/download/411763/)[**Download Bunifu Licensing CLI**](https://tinyurl.com/3h99xsru)

![](https://1116551356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M7fmEPVv4n0I819sdaz%2F-MgLem2K0Z58UfUjxIVQ%2F-MgLfHrGWG0gZy9wqDrZ%2Fblc-help.png?alt=media\&token=26d552a4-b853-44da-a223-e1a62cbb53c7)

## Usage

Bunifu Licensing CLI lets you:

1. Activate your licenses
2. View your license details
3. Delete your licenses

### Activating your licenses

Below are the list of products you can easily activate using the utility:

| Product                 | Command       |
| ----------------------- | ------------- |
| Bunifu UI WinForms      | `blc --ac-ui` |
| Bunifu Charts WinForms  | `blc --ac-ch` |
| Bunifu Dataviz WinForms | `blc --ac-dv` |

For example, to **activate** your Bunifu UI WinForms license, run:

```
> blc --ac-ui
```

### Viewing your licenses

You can also view your various purchased license details:

| Product                 | Command       |
| ----------------------- | ------------- |
| Bunifu UI WinForms      | `blc --lc-ui` |
| Bunifu Charts WinForms  | `blc --lc-ch` |
| Bunifu Dataviz WinForms | `blc --lc-dv` |

### Deleting your licenses

Likewise, you can delete each product's license in scenarios where you would, for example, want to reset any of your installed licenses:

| Product                 | Command        |
| ----------------------- | -------------- |
| Bunifu UI WinForms      | `blc --del-ui` |
| Bunifu Charts WinForms  | `blc --del-ch` |
| Bunifu Dataviz WinForms | `blc --del-dv` |

To check the version you're using, simply run the command:

```
> blc --version
```

And that's just about it! We hope this utility will help you in the long run to quickly manage your purchased license subscriptions.

## Need Help?

If you face any issues while using the utility, please don't hesitate to reach out to us via our [Support ](https://bunifuframework.com/support)page.
