macOS
brew install stripe-clilocal Homebrew formula metadata
sudo port install stripe-cliMacPorts ports tree · devel/stripe-cli/Portfile · source: api.github.com
brew
Command-line tool for Stripe. Version 1.43.6 via Homebrew; verified 2026-07-03.
install
brew install stripe-clilocal Homebrew formula metadata
sudo port install stripe-cliMacPorts ports tree · devel/stripe-cli/Portfile · source: api.github.com
nix profile install nixpkgs#stripe-clinixpkgs package indexes · pkgs/by-name/st/stripe-cli/package.nix · source: api.github.com
choco install stripe-cliChocolatey community package catalog · stripe-cli · source: community.chocolatey.org
scoop install main/stripe-cliScoop official bucket manifest trees · bucket/stripe-cli.json · source: api.github.com
winget install --id Stripe.StripeCli -eWindows Package Manager source index · Stripe.StripeCli · source: cdn.winget.microsoft.com
overview
Command-line tool for Stripe
history
stripe-cli is Stripe's official command-line tool for building, testing, and managing Stripe integrations from a terminal, especially local webhook and API workflows.
GitHub repository metadata records the public stripe-cli repository as created on 2019-06-14. The repository README and Stripe documentation describe it as a command-line tool for Stripe that helps developers build, test, and manage integrations from the terminal.
The project fits Stripe's broader developer-experience pattern: move common dashboard and integration-test tasks into a scriptable CLI, including login, API object operations, request-log tailing, event triggering, and webhook forwarding.
Stripe documents installation for macOS, Windows, Linux, npm, Homebrew, apt, yum, Scoop, winget, and direct archives. The supplied package-manager facts also show Homebrew, Chocolatey, MacPorts, Nix, Scoop, and winget packaging.
Because Stripe integration work often happens inside local web apps and CI-like scripts, the CLI became a standard developer companion rather than only an administrative tool.
Common use starts with `stripe login`, which stores CLI configuration and credentials in `~/.config/stripe/config.toml`, or under `XDG_CONFIG_HOME` when set. Developers then use commands such as `stripe listen`, `stripe trigger`, `stripe logs tail`, and resource commands to exercise Stripe APIs.
The official reference says the CLI can use global configuration or project-specific configurations, supports explicit API keys and environment variables, and exposes every command and flag in the CLI reference.
stripe-cli is significant in package culture because it is a vendor CLI that behaves like a normal developer tool: installable from system package managers, scriptable, documented, and usable across macOS, Linux, and Windows.
It is also a modern example of package-manager adoption as developer acquisition: getting `stripe` into Homebrew, Scoop, winget, npm, and distro-style repos makes payment integration testing feel like any other local CLI workflow.
security posture
No matching local secret-handling manifest was found for stripe-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/stripe/config.toml~/.config/stripe/config.tomlCredential-bearing paths to review before unattended agent runs.
$XDG_CONFIG_HOME/stripe/config.toml~/.config/stripe/config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
stripe | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/stripe/stripe-cli
install metadata
| Package key | brew:stripe-cli |
|---|---|
| Version | 1.43.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stripe-cli |
| Homepage | https://docs.stripe.com/stripe-cli |
| Repository | https://github.com/stripe/stripe-cli |
| Upstream docs | https://docs.stripe.com/cli |
| License | Apache-2.0 |
| Source archive | https://github.com/stripe/stripe-cli/archive/refs/tags/v1.43.6.tar.gz |
| Last updated | 2026-07-03T00:09:09Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | stripe-cli |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
stripe-cli
nix profile install nixpkgs#stripe-clistripe-cli
sudo port install stripe-clistripe-cli
choco install stripe-climain/stripe-cli
scoop install main/stripe-cliStripe.StripeCli
winget install --id Stripe.StripeCli -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.