Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Stripe Apps CLI reference


Stripe Apps CLI reference

Install the Stripe Apps command line interface and use it to manage your app.

The Stripe Apps CLI helps you create, develop, configure, and upload your Stripe app using the terminal.

Before you begin

  1. Log in to the Stripe Dashboard using your existing Stripe account, or by creating a new one.
  2. Install the Stripe CLI .
  3. Log in to the CLI using the same account you logged into the Stripe Dashboard with. Command Line stripe login
  4. Verify that you’re using CLI version 1.8.11 or newer. Command Line stripe version # expected output: stripe version 1.8.11

Install the CLI plugin

To install the Stripe Apps CLI plugin, run:

Command Line

stripe plugin install apps

Upgrade the CLI plugin

To get the latest version of the Stripe Apps CLI plugin, run:

Command Line

stripe plugin upgrade apps

Command overview

CommandDescription
createCreate a new Stripe app.
startStart a development server for viewing your app in the Stripe Dashboard. Use the --manifest flag to load an extended manifest file. Enable local network access before viewing your app.
addAdd a building block for developing your app.
removeRemove a building block from your stripe-app.json file.
grantGrant configuration access to your app.
revokeRevoke configuration access to your app.
setSet a configuration value within the app manifest.
uploadUpload your app to be submitted for review.
versionPrint the version of Stripe Apps CLI plugin.

See also

Last verified 2026-09-24

Is this helpful?