From a09629279b6ba6a500e6f0739b25aa49351d3f7a Mon Sep 17 00:00:00 2001 From: FranciscaOtero Date: Wed, 3 Jun 2026 15:24:56 -0400 Subject: [PATCH] docs: mention --mode flag in login examples Clarify that fintoc login defaults to test mode and document --mode live so users discover the flag from the README without having to run --help. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b5b08..6f73d7e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ The CLI resolves your API key in this order: 3. `~/.fintoc/config.toml` (saved via `fintoc login`) ```bash -fintoc login # Interactive login +fintoc login # Interactive login (test mode by default) +fintoc login --mode live # Authenticate in live mode fintoc login --api-key sk_test_... # Non-interactive login fintoc payment_intents list --api-key sk_test_... # One-off override fintoc config show # Show active configuration