Lemonsqueezy 管理
用于 Lemon Squeezy 商店的管理命令行界面。查看订单、订阅和客户。
作者:abakermi · 最新版本:0.1.0
收藏:0 · 下载:1.5k
说明文档
# Lemon Squeezy Admin 🍋 Manage your Lemon Squeezy store from the command line. ## Setup 1. Get an API Key from [Lemon Squeezy Settings > API](https://app.lemonsqueezy.com/settings/api). 2. Set it: `export LEMONSQUEEZY_API_KEY="your_key"` ## Commands ### Orders ```bash ls-admin orders --limit 10 # Output: #1234 - $49.00 - john@example.com (Paid) ``` ### Subscriptions ```bash ls-admin subscriptions # Output: Active: 15 | MMR: $450 ``` ### Stores ```bash ls-admin stores ```