stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

Latest stripe cli doesn't support examples in docs for 'billing' #1182

Closed rogerdawkins closed 1 month ago

rogerdawkins commented 1 month ago

Issue

I have the stripe cli installed on both Windows and Mac and I'm trying to use samples cli commands from the Stripe API docs. None work related to 'billing'.

Expected Behavior

For example: stripe billing meters list I'm expecting a list of billing meters to be displayed, but I get 'Unknown command "billing"'

Steps to reproduce

Install v1.19.4 Run any 'stripe billing' command

Environment

Tried on v1.19.4 on both Windows 10 and Mac Sonoma with the same results.

jsteele-stripe commented 1 month ago

@rogerdawkins We just released version 1.19.5 of the CLI which includes support for the Billing Meters resource and associated stripe billing meters command.

Please go ahead an update your CLI version and things should then work as you need.