Metadata-Version: 2.4
Name: owui-cli
Version: 0.5.1
Summary: Admin CLI for Open WebUI instances
Project-URL: Homepage, https://github.com/rndmcnlly/owui-cli
Project-URL: Repository, https://github.com/rndmcnlly/owui-cli
License-Expression: MIT
License-File: LICENSE
Keywords: admin,cli,open-webui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Description-Content-Type: text/markdown

# owui-cli

Admin CLI for [Open WebUI](https://github.com/open-webui/open-webui) instances.

Manage tools, functions, skills, models, users, groups, knowledge bases, files, configs, prompts, and chats from the command line. Designed for both human operators and AI agents.

```
uvx owui-cli users list
uvx owui-cli tools deploy my_toolkit.py
uvx owui-cli models show gpt-4o
uvx owui-cli schema knowledge
```

## Install

```bash
uvx owui-cli help            # run without installing
uv tool install owui-cli     # or install globally
pip install owui-cli          # or via pip
```

## Auth

```bash
export OWUI_URL=https://your-open-webui-instance.example.com
export OWUI_TOKEN=your-admin-jwt
owui-cli help
```

## License

MIT
