Metadata-Version: 2.4
Name: appflowy-cli
Version: 0.4.1
Summary: Command-line client for AppFlowy: export, import, search, and manage workspaces
Project-URL: Homepage, https://github.com/weironz/appflowy_mcp
Project-URL: Repository, https://github.com/weironz/appflowy_mcp
Requires-Python: <3.15,>=3.14
Requires-Dist: appflowy-mcp>=0.4.1
Description-Content-Type: text/markdown

# appflowy-cli

Command-line client for [AppFlowy](https://github.com/appflowy-io/appflowy): export, import, search, and manage workspaces from scripts or cron.

```bash
uvx appflowy-cli workspaces
uvx appflowy-cli export-workspace <workspace-id> -o ./backup
echo "# Note" | uvx appflowy-cli save <workspace-id> <parent-id> "Title"
```

Credentials via `APPFLOWY_EMAIL` / `APPFLOWY_PASSWORD` / `APPFLOWY_BASE_URL` (or a `.env` file). All commands accept `--json`.

This is a thin wrapper; the implementation lives in [`appflowy-mcp`](https://pypi.org/project/appflowy-mcp/). Full documentation: https://github.com/weironz/appflowy_mcp
