## Send setup sign-in code `$ beeper-desktop app:login email` **post** `/v1/app/setup/email` Send a sign-in code to the user email address for app setup. ### Parameters - `--email: string` Email address to send the sign-in code to. - `--setup-request-id: string` Setup request ID returned by the start step. ### Example ```cli beeper-desktop app:login email \ --access-token 'My Access Token' \ --email dev@stainless.com \ --setup-request-id setupRequestID ```