docs/commands/services.md
Guided setup flows for third-party services. These commands prompt for required env vars, store them in cloud, and can optionally apply them to Cloudflare.
f services stripe
--path <PATH>: target project root (defaults to current directory).--environment <ENV>: env store to write (default: flow.toml or production).--mode <test|live>: Stripe mode (default: test).--force: prompt even if keys are already set.--apply / --no-apply: apply envs to Cloudflare after setup.The command inspects flow.toml [cloudflare].env_keys and asks for Stripe
keys found there (fallback order):
STRIPE_SECRET_KEYSTRIPE_WEBHOOK_SECRETSTRIPE_PRO_PRICE_IDSTRIPE_REFILL_PRICE_IDVITE_STRIPE_PUBLISHABLE_KEYstripe listen --print-secret)price_)cd ~/org/gen/new
f services stripe --mode test --apply