Loading...
Loading...
Compare original and translation side by side
creemcreemcreemcreemcreemcreem whoami --jsoncreemcreem whoami --json~/.creem/config.jsoncreem login --api-key ...creem whoami --json~/.creem/config.jsoncreem login --api-key ...creem whoami --json--jsoncreem whoami --jsoncreem productscreem customers--json--mode scheduled5005.00500.00--success-urlhttp://https://https://localhostERR_SSL_PROTOCOL_ERROR--jsoncreem whoami --jsoncreem productscreem customers--json--mode scheduled5005.00500.00--success-urlhttp://https://https://localhostERR_SSL_PROTOCOL_ERROR--price 199919.991999.00500 EUR5.00 EUR500.00 EURtran_6QWuvWPj9s9twH6vvdpOI8 | paid | 500 EURpaid transaction for 5.00 EUR (CLI raw amount: 500 minor units)--price 199919.991999.00500 EUR5.00 EUR500.00 EURtran_6QWuvWPj9s9twH6vvdpOI8 | paid | 500 EUR已支付交易,金额为5.00 EUR(CLI原始金额:500最小单位)| Action | Command |
|---|---|
| Check auth and environment | |
| Show config | |
| List config keys | |
| List products | |
| Get product | |
| Create product | |
| List customers | |
| Get customer by ID | |
| Get customer by email | |
| Billing portal link | |
| Create checkout | |
| Get checkout | |
| List subscriptions | |
| Filter subscriptions | |
| Get subscription | |
| Pause subscription | |
| Resume subscription | |
| Cancel subscription safely | |
| List transactions | |
| Get transaction | |
| 操作 | 命令 |
|---|---|
| 检查身份验证和环境 | |
| 查看配置 | |
| 列出配置键 | |
| 列出产品 | |
| 获取产品详情 | |
| 创建产品 | |
| 列出客户 | |
| 通过ID获取客户详情 | |
| 通过邮箱获取客户详情 | |
| 获取账单门户链接 | |
| 创建结账链接 | |
| 获取结账详情 | |
| 列出订阅 | |
| 筛选订阅 | |
| 获取订阅详情 | |
| 暂停订阅 | |
| 恢复订阅 | |
| 安全取消订阅 | |
| 列出交易 | |
| 获取交易详情 | |
creem whoami --json
creem checkouts create --product prod_XXXXX --success-url http://localhost:3000/success --json
creem transactions list --limit 10 --json
creem subscriptions list --limit 10 --jsoncreem whoami --json
creem checkouts create --product prod_XXXXX --success-url http://localhost:3000/success --json
creem transactions list --limit 10 --json
creem subscriptions list --limit 10 --jsoncreem whoami --json
creem products create --name "Template Pack" --description "50 premium templates" --price 4999 --currency USD --billing-type onetime --tax-mode exclusive --tax-category digital-goods-service --json
creem products list --json
creem products get prod_XXXXX --jsoncreem whoami --json
creem products create --name "Template Pack" --description "50 premium templates" --price 4999 --currency USD --billing-type onetime --tax-mode exclusive --tax-category digital-goods-service --json
creem products list --json
creem products get prod_XXXXX --jsoncreem customers list --json
creem customers get --email user@example.com --json
creem customers billing cust_XXXXX --jsoncreem customers list --json
creem customers get --email user@example.com --json
creem customers billing cust_XXXXX --jsoncreem subscriptions list --status active --json
creem subscriptions pause sub_XXXXX --json
creem subscriptions resume sub_XXXXX --json
creem subscriptions cancel sub_XXXXX --mode scheduled --json--mode scheduledcreem subscriptions list --status active --json
creem subscriptions pause sub_XXXXX --json
creem subscriptions resume sub_XXXXX --json
creem subscriptions cancel sub_XXXXX --mode scheduled --json--mode scheduledcreem transactions list --limit 20 --json
creem subscriptions list --status active --json
creem subscriptions list --status paused --json
creem subscriptions list --status canceled --json
creem subscriptions list --status scheduled_cancel --jsonjqcreem transactions list --limit 20 --json
creem subscriptions list --status active --json
creem subscriptions list --status paused --json
creem subscriptions list --status canceled --json
creem subscriptions list --status scheduled_cancel --jsonjqcreem config show --json
creem config get environment --json
creem config set environment testenvironmentoutput_formatcreem config show --json
creem config get environment --json
creem config set environment testenvironmentoutput_formatundefinedundefined
When automating, keep the workflow read-first and fail on missing IDs instead of guessing.
自动化时,优先采用“先读取”的工作流,若缺少ID则失败,而非猜测ID。