Skip to content

v0.0.8

Choose a tag to compare

@zourzouvillys zourzouvillys released this 30 Jan 22:06
· 44 commits to main since this release
f5cfa68

What's Changed

New Features

  • Billing commands — New clerk billing command group for managing billing plans, subscriptions, and statements:
    • clerk billing plans list — List all billing plans
    • clerk billing subscription get-user <userId> — Get billing subscription for a user
    • clerk billing subscription get-org <orgId> — Get billing subscription for an organization
    • clerk billing subscription-items list — List subscription items
    • clerk billing subscription-items delete — Delete a subscription item
    • clerk billing subscription-items extend-trial — Extend free trial period
    • clerk billing subscription-items transition-price — Transition to a new price
    • clerk billing statements list — List billing statements
    • clerk billing statements get — Get statement details
    • clerk billing statements payment-attempts — List payment attempts for a statement

Repository Updates

  • Rename repository from clerk/gocli to clerk/cli
  • Add MIT LICENSE
  • Add early access notice to README
  • Revise security policy and reporting guidelines
  • Update release workflow to bump npm package version