brevo app upload replaces brevo app update
Push app-config.json to Brevo with brevo app upload. It fetches your app’s current state, shows a local-vs-server diff, and asks you to confirm before pushing anything. No differences means no network call.
- Edit the field you want to change in
app-config.json— name, redirect URLs, scopes, logo — then runbrevo app upload. The old--name,--redirect-uri,--scope,--logo-uri, and--app-idflags are gone. app-config.jsonalso has a cleaner shape:auth.redirectUrlsis nowauth.redirectUris,distributionis nowdistribution_type, and there’s a new read-onlyversion. Existing files keep working and migrate automatically the next time a command writes them.brevo app updatestill runs, but only to point you tobrevo app upload— it no longer changes anything.
Recover a project with brevo app scaffold
Lost your project folder, or setting up on a new machine? brevo app scaffold --app-id <id> sets an empty directory up for an app you already have, picking up where brevo app update --app-id left off. Leave off the ID and it offers to pick from your apps interactively.
brevo app create asks separately before scaffolding
brevo app create now writes your app’s base project first, then asks “Scaffold the Test OAuth App?”. Decline to stay base-only and add the OAuth test server later with brevo app scaffold. Non-interactive runs always stay base-only.