sendr init
Initialize the SENDR CLI in your project. Creates the local configuration that links your repo to a SENDR target.
Usage
sendr initWhat 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 initRelated commands
- sendr login - authenticate the CLI.
- sendr deploy - ship the current project.