stripe-projects-cli
Stripe Projects CLI
This repository is initialized for the Stripe project "2026-06-11-justhtml".
Workflow
-
Run
stripe projects llm-contextto get the LLM context for the project. -
Start with
stripe projects statusorstripe projects showto inspect the current project, linked providers, and named resources. -
Use
stripe projects catalogorstripe projects servicesto browse available providers and services. When you know the provider, runstripe projects catalog <provider> --jsonorstripe projects catalog <provider>and copy the exact<provider>/<service>slug from the output. -
Provision a resource with
stripe projects add <provider>/<service>. Do not guess thestripe projects addargument. Runstripe projects catalog <provider> --jsonorstripe projects catalog <provider>and copy the exact<provider>/<service>slug before you runstripe projects add. Example:stripe projects add databaseco/postgres --name primary-db. Use--name <resource>to control the local resource name used by future resource commands and environment variable prefixes. If you omit--name, the CLI uses the provider/service default for the local resource name. When a service config field looks like a name, the CLI uses the current project name as the default value when that satisfies the field schema. Use--config '<json>'when the service requires configuration. -
Review credentials with
stripe projects env. Values are redacted by default, and you can usestripe projects env --pullto write them to local files. If named project environment commands are available,stripe projects env --pullwrites credentials for the active environment to that environment's output file. -
After a successful
stripe projects add, summarize the result and suggest next steps:Field Value Provider <provider name>Service <service type>Tier <tier>Env vars <variable names only — never values>