sendr deploy

Trigger a deployment of the current project to a configured SENDR target from your terminal or CI.

Usage

sendr deploy [options]

Options

Examples

# simple deploy
sendr deploy

# deploy and wait for the result (great for CI)
sendr deploy --wait --environment production

Authentication

deploy requires an authenticated session. Run sendr login first, or set a CI token in your environment.

Related