Skip to content

v0.5.0

Choose a tag to compare

@weironz weironz released this 07 Jun 06:12
· 2 commits to main since this release

appflowy-cli now works standalone — no environment variables needed:

uvx appflowy-cli login      # prompts for email/password
uvx appflowy-cli workspaces
uvx appflowy-cli logout
  • login saves session tokens (never the password) to ~/.config/appflowy-cli/credentials.json (mode 600)
  • Subsequent commands load the saved session, auto-refresh expired access tokens, and persist the rotated refresh token
  • APPFLOWY_EMAIL / APPFLOWY_PASSWORD environment variables still take priority when set
  • --base-url on login supports self-hosted AppFlowy Cloud

No MCP tool changes (still 73 tools).