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

hide status command #1090

Closed etsai-stripe closed 1 year ago

etsai-stripe commented 1 year ago

Reviewers

r? @vcheung-stripe cc @stripe/developer-products

Summary

$ stripe-dev help
The official command-line tool to interact with Stripe.

Usage:
  stripe [command]

Webhook commands:
  listen                             Listen for webhook events
  trigger                            Trigger test webhook events

Stripe commands:
  logs                               Interact with Stripe API request logs

Resource commands:
  get                           Quickly retrieve resources from Stripe
  charges                       Make requests (capture, create, list, etc) on charges
  customers                     Make requests (create, delete, list, etc) on customers
  payment_intents               Make requests (cancel, capture, confirm, etc) on payment intents
  ...                           To see more resource commands, run `stripe resources help`

Other commands:
  community                          Chat with Stripe engineers and other developers
  completion                         Generate bash and zsh completion scripts
  config                             Manually change the config values for the CLI
  feedback                           Provide us with feedback on the CLI
  fixtures                           Run fixtures to populate your account with data
  help                               Help about any command
  login                              Login to your Stripe account
  logout                             Logout of your Stripe account
  open                               Quickly open Stripe pages
  preview
  samples                            Sample integrations built by Stripe
  serve                              Serve static files locally
  version                            Get the version of the Stripe CLI
mpkamowski commented 1 year ago

Hello.

Was following this document and noticed the status command did not work. Please update the doc to avoid confusion.

Thank you!

tadasajon commented 12 months ago

The Stripe docs and video introductions seem to assume this command still exists. I'd be interested in learning why it was removed.

brainmaniac commented 7 months ago

Came here to say what the they ☝️ said. But I came in to this from this direction: https://youtu.be/Psq5N5C-FGo?t=209

@stripe/developer-products

peterhauke commented 4 months ago

The stripe shell CLI from Chrome also mentions this command:

$ stripe status 
This command is only supported by the locally installed Stripe CLI.

To install and get started with the local Stripe CLI, click thebutton in the top right
and follow the download instructions.

However, stripe status is not currently supported in the locally installed Stripe CLI

Accessible from https://docs.stripe.com/ using Ctrl+backtick