lizard restart

Rolling restart of the current build — no rebuild.

Usage

lizard restart [flags]

Flags

FlagDescription
-s, --service <name>Service
--detachDon’t stream logs

Examples

Restart a service

lizard restart --service api

Restart without streaming logs

lizard restart --service api --detach

See also

  • lizard redeploy — trigger a fresh build instead of recycling the current one
  • lizard logs — inspect logs around a restart with --restart latest or --restart <id>
  • Deployments — restarts vs. redeploys, and recovering from a crash