sendr init

Initialize the SENDR CLI in your project. Creates the local configuration that links your repo to a SENDR target.

Usage

sendr init

What it does

sendr init creates a local project configuration and links it to your SENDR account (run sendr login first if you have not). After init, you add a target in the dashboard and your project is ready to deploy.

Examples

sendr login
sendr init

Related commands

Related