Lewati ke konten
Buat akun
atau
Masuk
Logo Dokumen Stripe
/
Tanya AI
Buat akun
Masuk
Mulai
Pembayaran
Otomatisasi keuangan
Platform dan situs belanja online
Manajemen uang
Alat bantu pengembang
Mulai
Pembayaran
Otomatisasi keuangan
Mulai
Pembayaran
Otomatisasi keuangan
Platform dan situs belanja online
Manajemen uang
Gambaran Umum
Pembuatan versi
Log perubahan
Tingkatkan versi API Anda
Upgrade versi SDK Anda
Alat bantu pengembang
SDK
API
Pengujian
Workbench
Tujuan Kejadian
Alur kerja
Stripe CLI
    Gambaran umum
    Mulai
    Penyelesaian otomatis
    Kunci CLI
    Picu kejadian
    Upgrade
    Referensi
Stripe Shell
Dashboard Pengembang
Toolkit agen
Peringatan kesehatan StripeBangun dengan LLMStripe untuk Visual Studio CodePengunggahan file
Keamanan
Keamanan
Perluas Stripe
Stripe Apps
Stripe Connector
Mitra
Ekosistem mitra
Sertifikasi mitra
BerandaAlat bantu pengembangStripe CLI

Upgrade the Stripe CLI

Learn how to upgrade the CLI.

Salin halaman

Take advantage of the latest features of the Stripe CLI.

Homebrew

To upgrade the Stripe CLI with homebrew, run:

Command Line
brew upgrade stripe/stripe-cli/stripe

Scoop

To upgrade the Stripe CLI with Scoop, run:

Command Line
scoop update stripe

macOS

To upgrade the Stripe CLI on macOS without homebrew:

  1. Download the latest mac-os tar.gz file of your cpu architecture type from GitHub.
  2. Unzip the file: tar -xvf stripe_[X.X.X]_mac-os_[ARCH_TYPE].tar.gz.

Optionally, install the binary in a location where you can execute it globally (for example, /usr/local/bin).

Linux

To upgrade the Stripe CLI on Linux without a package manager:

  1. Download the latest linux tar.gz file from GitHub.
  2. Unzip the file: tar -xvf stripe_X.X.X_linux_x86_64.tar.gz.
  3. Move ./stripe to your execution path.

If you do use a Linux package manager, update the Stripe CLI using its update command.

Windows

To upgrade the Stripe CLI on Windows without Scoop:

  1. Download the latest windows zip file from GitHub.
  2. Unzip the stripe_X.X.X_windows_x86_64.zip file.
  3. Add the path to the unzipped stripe.exe file to your Path environment variable. To learn how to update environment variables, see the Microsoft PowerShell documentation.

Catatan

Windows anti-virus scanners occasionally flag the Stripe CLI as unsafe. This is very likely a false positive. For more information, see issue #692 in the GitHub repository.

Docker

The Stripe CLI is also available as a Docker image. To install the latest version, run:

Command Line
docker run --rm -it stripe/stripe-cli:latest
Apakah halaman ini membantu?
YaTidak
Butuh bantuan? Hubungi Tim CS.
Bergabunglah dengan program akses awal kami.
Lihat log perubahan kami.
Ada pertanyaan? Hubungi Bagian Penjualan.
LLM? Baca llms.txt.
Dijalankan oleh Markdoc