Metadata-Version: 2.4
Name: flowbase-user-cli
Version: 0.1.0
Summary: Read-only employee CLI for FlowBase and local AI assistants
Author: DeepFlowAI
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: keyring>=25

# FlowBase User CLI

`flowbase-user` is FlowBase's independent, read-only employee CLI. It uses browser OAuth Authorization Code + PKCE, stores secrets only in the operating-system credential vault, and is safe to invoke from local AI assistants with JSON output.

```bash
pip install flowbase-user-cli
flowbase-user guide --format markdown
flowbase-user auth login --host https://flowbase.deepflowagent.com
flowbase-user objects list --format json
```

This package does not share configuration, credentials, or commands with the management package `flowbase-cli` / `flowbase`.
