sendr deploy
Trigger a deployment of the current project to a configured SENDR target from your terminal or CI.
Usage
sendr deploy [options]Options
- --project <id> - deploy a specific project.
- --environment <name> - target an environment (e.g. production).
- --wait - stream logs and exit with the final status.
- --target <name> - deploy to a specific target.
Examples
# simple deploy
sendr deploy
# deploy and wait for the result (great for CI)
sendr deploy --wait --environment productionAuthentication
deploy requires an authenticated session. Run sendr login first, or set a CI token in your environment.